Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/io/
H A Daes.c64 {SUN_CKM_AES_GMAC, AES_GMAC_MECH_INFO_TYPE,
204 case AES_GMAC_MECH_INFO_TYPE: in aes_check_mech_param()
853 case AES_GMAC_MECH_INFO_TYPE: in aes_encrypt_atomic()
872 case AES_GMAC_MECH_INFO_TYPE: in aes_encrypt_atomic()
918 mechanism->cm_type == AES_GMAC_MECH_INFO_TYPE) { in aes_encrypt_atomic()
979 case AES_GMAC_MECH_INFO_TYPE: in aes_decrypt_atomic()
1001 case AES_GMAC_MECH_INFO_TYPE: in aes_decrypt_atomic()
1054 mechanism->cm_type == AES_GMAC_MECH_INFO_TYPE) { in aes_decrypt_atomic()
1122 mechanism->cm_type != AES_GMAC_MECH_INFO_TYPE) in aes_create_ctx_template()
1230 case AES_GMAC_MECH_INFO_TYPE: in aes_common_init_ctx()
[all …]
/freebsd/sys/contrib/openzfs/module/icp/include/aes/
H A Daes_impl.h158 AES_GMAC_MECH_INFO_TYPE /* SUN_CKM_AES_GMAC */ enumerator