Searched refs:SUN_CKM_AES_GCM (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/gcm/ |
H A D | aes_gcm.c | 46 .mechname = SUN_CKM_AES_GCM, in main()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb3_encrypt_kcf.c | 66 return (find_mech(mech, SUN_CKM_AES_GCM)); in smb3_aes_gcm_getmech()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | nsmb_crypt_kcf.c | 70 return (find_mech(mech, SUN_CKM_AES_GCM)); in nsmb_aes_gcm_getmech()
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | common.h | 213 #define SUN_CKM_AES_GCM "CKM_AES_GCM" macro
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zio_crypt.c | 209 {SUN_CKM_AES_GCM, ZC_TYPE_GCM, 16, "aes-128-gcm"}, 210 {SUN_CKM_AES_GCM, ZC_TYPE_GCM, 24, "aes-192-gcm"}, 211 {SUN_CKM_AES_GCM, ZC_TYPE_GCM, 32, "aes-256-gcm"}
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | aes.c | 91 {SUN_CKM_AES_GCM, AES_GCM_MECH_INFO_TYPE,
|
H A D | dprov.c | 522 {SUN_CKM_AES_GCM, AES_GCM_MECH_INFO_TYPE,
|