Searched refs:CKM_AES_GCM (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAESCrypt.c | 80 case CKM_AES_GCM: in soft_aes_check_mech_param() 255 case CKM_AES_GCM: in soft_aes_init_ctx() 366 case CKM_AES_GCM: in soft_aes_encrypt() 379 case CKM_AES_GCM: in soft_aes_encrypt() 461 case CKM_AES_GCM: in soft_aes_encrypt() 675 case CKM_AES_GCM: in soft_aes_decrypt() 903 case CKM_AES_GCM: in soft_aes_decrypt_update() 1188 case CKM_AES_GCM: in soft_aes_encrypt_final() 1241 case CKM_AES_GCM: in soft_aes_encrypt_final() 1381 case CKM_AES_GCM: in soft_aes_decrypt_final() [all …]
|
H A D | softEncryptUtil.c | 199 case CKM_AES_GCM: in soft_encrypt_init() 324 case CKM_AES_GCM: in soft_encrypt_common() 430 case CKM_AES_GCM: in soft_encrypt_update() 582 case CKM_AES_GCM: in soft_encrypt_final() 689 case CKM_AES_GCM: in soft_crypt_cleanup()
|
H A D | softDecryptUtil.c | 173 case CKM_AES_GCM: in soft_decrypt_init() 299 case CKM_AES_GCM: in soft_decrypt_common() 406 case CKM_AES_GCM: in soft_decrypt_update() 570 case CKM_AES_GCM: in soft_decrypt_final()
|
H A D | softSlotToken.c | 63 CKM_AES_GCM,
|
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/ |
H A D | test_decrypt.c | 57 case CKM_AES_GCM: in do_decrypt() 120 test_decrypt(cipher_data_gcm, CKM_AES_GCM); in main()
|
H A D | test_encrypt.c | 57 case CKM_AES_GCM: in do_encrypt() 120 test_encrypt(cipher_data_gcm, CKM_AES_GCM); in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/ |
H A D | ipsecalgs | 58 ALG|3|18|aes-gcm8|CKM_AES_GCM|128/128-256,64|16|8,8,4|23 59 ALG|3|19|aes-gcm12|CKM_AES_GCM|128/128-256,64|16|8,12,4|23 60 ALG|3|20|aes-gcm,aes-gcm16|CKM_AES_GCM|128/128-256,64|16|8,16,4|23
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_encrypt_pkcs.c | 78 if (find_mech(CKM_AES_GCM) != 0) { in smb3_aes_gcm_getmech() 83 mech->mechanism = CKM_AES_GCM; in smb3_aes_gcm_getmech()
|
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/ |
H A D | fksmb_crypt_pkcs.c | 83 if (find_mech(CKM_AES_GCM) != 0) { in nsmb_aes_gcm_getmech() 88 mech->mechanism = CKM_AES_GCM; in nsmb_aes_gcm_getmech()
|
/illumos-gate/usr/src/lib/libcryptoutil/common/ |
H A D | mechkeytype.c | 348 case CKM_AES_GCM: in pkcs11_mech2keytype()
|
H A D | mechkeygen.c | 387 case CKM_AES_GCM: in pkcs11_mech2keygen()
|
H A D | mechstr.c | 343 { "CKM_AES_GCM", CKM_AES_GCM },
|
/illumos-gate/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 921 #define CKM_AES_GCM 0x00001087UL macro
|