Home
last modified time | relevance | path

Searched refs:CKM_AES_GCM (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c80 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 DsoftEncryptUtil.c199 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 DsoftDecryptUtil.c173 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 DsoftSlotToken.c63 CKM_AES_GCM,
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/
H A Dtest_decrypt.c57 case CKM_AES_GCM: in do_decrypt()
120 test_decrypt(cipher_data_gcm, CKM_AES_GCM); in main()
H A Dtest_encrypt.c57 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 Dipsecalgs58 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 Dfksmb_encrypt_pkcs.c78 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/libcryptoutil/common/
H A Dmechkeytype.c348 case CKM_AES_GCM: in pkcs11_mech2keytype()
H A Dmechkeygen.c387 case CKM_AES_GCM: in pkcs11_mech2keygen()
H A Dmechstr.c343 { "CKM_AES_GCM", CKM_AES_GCM },
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h921 #define CKM_AES_GCM 0x00001087UL macro