Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/crypto/aes/
H A Daes_impl.h178 #undef CKM_AES_ECB
182 #define CKM_AES_ECB AES_ECB_MECH_INFO_TYPE macro
/onnv-gate/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.c1468 case CKM_AES_ECB: in soft_wrapkey()
1515 case CKM_AES_ECB: in soft_wrapkey()
1620 case CKM_AES_ECB: in soft_unwrap_secret_len_check()
1697 case CKM_AES_ECB: in soft_unwrapkey()
H A DsoftSlotToken.c58 CKM_AES_ECB,
/onnv-gate/usr/src/common/crypto/fips/
H A Dfips_aes_util.c384 case CKM_AES_ECB: in fips_aes_encrypt()
653 case CKM_AES_ECB: in fips_aes_decrypt()
1031 aes_key_size, NULL, CKM_AES_ECB); in fips_aes_post()
1040 &aes_bytes_encrypted, CKM_AES_ECB); in fips_aes_post()
1058 aes_key_size, NULL, CKM_AES_ECB); in fips_aes_post()
1067 &aes_bytes_decrypted, CKM_AES_ECB); in fips_aes_post()
/onnv-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGlobal.h72 (m) == CKM_DES3_ECB || (m) == CKM_DES3_CBC || (m) == CKM_AES_ECB || \
/onnv-gate/usr/src/lib/libcryptoutil/common/
H A Dmechkeygen.c336 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 },
/onnv-gate/usr/src/common/openssl/crypto/engine/
H A Dhw_pk11.c365 CKK_AES, CKM_AES_ECB, },
367 CKK_AES, CKM_AES_ECB, },
369 CKK_AES, CKM_AES_ECB, },
/onnv-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h968 #define CKM_AES_ECB 0x00001081 macro
/onnv-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h53 #define CKM_AES_ECB 0x00001081 macro
/onnv-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c832 fl->fl_threshold[3].mech_type = CKM_AES_ECB; in crypto_build_function_list()