Home
last modified time | relevance | path

Searched refs:mac_mech (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/crypto/
H A Dapi.h213 crypto_mechanism_t *mac_mech, crypto_data_t *pt,
223 crypto_mechanism_t *mac_mech, crypto_key_t *encr_key,
239 extern int crypto_mac_decrypt(crypto_mechanism_t *mac_mech,
245 crypto_mechanism_t *mac_mech, crypto_mechanism_t *decr_mech,
249 extern int crypto_mac_verify_decrypt(crypto_mechanism_t *mac_mech,
255 crypto_session_id_t, crypto_mechanism_t *mac_mech,
260 extern int crypto_mac_decrypt_init(crypto_mechanism_t *mac_mech,
266 crypto_session_id_t, crypto_mechanism_t *mac_mech,
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h880 #define KCF_PROV_ENCRYPT_MAC_INIT(pd, ctx, encr_mech, encr_key, mac_mech, \ argument
885 ctx, encr_mech, encr_key, mac_mech, mac_key, encr_ctx_template, \
911 mac_mech, mac_key, plaintext, ciphertext, mac, \ argument
917 mac_mech, mac_key, plaintext, ciphertext, mac, \
921 #define KCF_PROV_MAC_DECRYPT_INIT(pd, ctx, mac_mech, mac_key, decr_mech, \ argument
926 ctx, mac_mech, mac_key, decr_mech, decr_key, mac_ctx_template, \
951 #define KCF_PROV_MAC_DECRYPT_ATOMIC(pd, session, mac_mech, mac_key, \ argument
957 (pd)->pd_prov_handle, session, mac_mech, mac_key, \
962 #define KCF_PROV_MAC_VERIFY_DECRYPT_ATOMIC(pd, session, mac_mech, mac_key, \ argument
969 (pd)->pd_prov_handle, session, mac_mech, mac_key, \