Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEncryptUtil.c189 case CKM_AES_ECB: in soft_encrypt_init()
397 case CKM_AES_ECB: in soft_encrypt_common()
505 case CKM_AES_ECB: in soft_encrypt_update()
721 case CKM_AES_ECB: in soft_encrypt_final()
884 case CKM_AES_ECB: in soft_crypt_cleanup()
H A DsoftDecryptUtil.c167 case CKM_AES_ECB: in soft_decrypt_init()
378 case CKM_AES_ECB: in soft_decrypt_common()
487 case CKM_AES_ECB: in soft_decrypt_update()
730 case CKM_AES_ECB: in soft_decrypt_final()
H A DsoftAESCrypt.c316 case CKM_AES_ECB: in soft_aes_encrypt_common()
656 case CKM_AES_ECB: in soft_aes_decrypt_common()
H A DsoftKeysUtil.c1439 case CKM_AES_ECB: in soft_wrapkey()
1486 case CKM_AES_ECB: in soft_wrapkey()
1591 case CKM_AES_ECB: in soft_unwrap_secret_len_check()
1668 case CKM_AES_ECB: in soft_unwrapkey()
H A DsoftSlotToken.c58 CKM_AES_ECB,
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGlobal.h72 (m) == CKM_DES3_ECB || (m) == CKM_DES3_CBC || (m) == CKM_AES_ECB || \
/titanic_41/usr/src/lib/libcryptoutil/common/
H A Dmechkeygen.c335 case CKM_AES_ECB: in pkcs11_mech2keygen()
H A Dmechkeytype.c315 case CKM_AES_ECB: in pkcs11_mech2keytype()
H A Dmechstr.c292 { "CKM_AES_ECB", CKM_AES_ECB },
/titanic_41/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h968 #define CKM_AES_ECB 0x00001081 macro
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dioctl.h53 #define CKM_AES_ECB 0x00001081 macro
/titanic_41/usr/src/uts/common/crypto/io/
H A Dcrypto.c832 fl->fl_threshold[3].mech_type = CKM_AES_ECB; in crypto_build_function_list()