Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEncryptUtil.c193 case CKM_AES_ECB: in soft_encrypt_init()
318 case CKM_AES_ECB: in soft_encrypt_common()
425 case CKM_AES_ECB: in soft_encrypt_update()
579 case CKM_AES_ECB: in soft_encrypt_final()
688 case CKM_AES_ECB: in soft_crypt_cleanup()
H A DsoftDecryptUtil.c169 case CKM_AES_ECB: in soft_decrypt_init()
295 case CKM_AES_ECB: in soft_decrypt_common()
402 case CKM_AES_ECB: in soft_decrypt_update()
567 case CKM_AES_ECB: in soft_decrypt_final()
H A DsoftKeysUtil.c1437 case CKM_AES_ECB: in soft_wrapkey()
1484 case CKM_AES_ECB: in soft_wrapkey()
1587 case CKM_AES_ECB: in soft_unwrap_secret_len_check()
1663 case CKM_AES_ECB: in soft_unwrapkey()
H A DsoftAESCrypt.c55 case CKM_AES_ECB: in soft_aes_check_mech_param()
208 case CKM_AES_ECB: in soft_aes_init_ctx()
481 case CKM_AES_ECB: in soft_aes_encrypt()
H A DsoftSlotToken.c61 CKM_AES_ECB,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGlobal.h72 (m) == CKM_DES3_ECB || (m) == CKM_DES3_CBC || (m) == CKM_AES_ECB || \
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dmechkeytype.c342 case CKM_AES_ECB: in pkcs11_mech2keytype()
H A Dmechkeygen.c371 case CKM_AES_ECB: in pkcs11_mech2keygen()
H A Dmechstr.c337 { "CKM_AES_ECB", CKM_AES_ECB },
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h915 #define CKM_AES_ECB 0x00001081UL macro
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h53 #define CKM_AES_ECB 0x00001081UL macro
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c844 fl->fl_threshold[3].mech_type = CKM_AES_ECB; in crypto_build_function_list()