Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/io/
H A Daes.c60 {SUN_CKM_AES_GCM, AES_GCM_MECH_INFO_TYPE,
200 case AES_GCM_MECH_INFO_TYPE: in aes_check_mech_param()
852 case AES_GCM_MECH_INFO_TYPE: in aes_encrypt_atomic()
876 case AES_GCM_MECH_INFO_TYPE: in aes_encrypt_atomic()
917 } else if (mechanism->cm_type == AES_GCM_MECH_INFO_TYPE || in aes_encrypt_atomic()
978 case AES_GCM_MECH_INFO_TYPE: in aes_decrypt_atomic()
998 case AES_GCM_MECH_INFO_TYPE: in aes_decrypt_atomic()
1121 mechanism->cm_type != AES_GCM_MECH_INFO_TYPE && in aes_create_ctx_template()
1221 case AES_GCM_MECH_INFO_TYPE: in aes_common_init_ctx()
1297 gcm_mech.cm_type = AES_GCM_MECH_INFO_TYPE; in aes_mac_atomic()
[all …]
/freebsd/sys/contrib/openzfs/module/icp/include/aes/
H A Daes_impl.h157 AES_GCM_MECH_INFO_TYPE, /* SUN_CKM_AES_GCM */ enumerator