Home
last modified time | relevance | path

Searched refs:CKM_AES_CMAC_GENERAL (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSignUtil.c106 case CKM_AES_CMAC_GENERAL: in soft_sign_init()
196 case CKM_AES_CMAC_GENERAL: in soft_sign()
301 case CKM_AES_CMAC_GENERAL: in soft_sign_update()
403 case CKM_AES_CMAC_GENERAL: in soft_sign_final()
584 case CKM_AES_CMAC_GENERAL: in soft_sign_verify_cleanup()
H A DsoftVerifyUtil.c107 case CKM_AES_CMAC_GENERAL: in soft_verify_init()
207 case CKM_AES_CMAC_GENERAL: in soft_verify()
317 case CKM_AES_CMAC_GENERAL: in soft_verify_update()
430 case CKM_AES_CMAC_GENERAL: in soft_verify_final()
H A DsoftAESCrypt.c63 case CKM_AES_CMAC_GENERAL: in soft_aes_check_mech_param()
212 case CKM_AES_CMAC_GENERAL: in soft_aes_init_ctx()
363 case CKM_AES_CMAC_GENERAL: in soft_aes_encrypt()
383 case CKM_AES_CMAC_GENERAL: in soft_aes_encrypt()
468 case CKM_AES_CMAC_GENERAL: in soft_aes_encrypt()
672 case CKM_AES_CMAC_GENERAL: in soft_aes_decrypt()
1193 case CKM_AES_CMAC_GENERAL: in soft_aes_encrypt_final()
1247 case CKM_AES_CMAC_GENERAL: in soft_aes_encrypt_final()
1468 if (pMechanism->mechanism == CKM_AES_CMAC_GENERAL) { in soft_aes_sign_verify_init_common()
H A DsoftSlotToken.c59 CKM_AES_CMAC_GENERAL,
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dmechkeytype.c352 case CKM_AES_CMAC_GENERAL: in pkcs11_mech2keytype()
H A Dmechkeygen.c384 case CKM_AES_CMAC_GENERAL: in pkcs11_mech2keygen()
H A Dmechstr.c347 { "CKM_AES_CMAC_GENERAL", CKM_AES_CMAC_GENERAL },
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h925 #define CKM_AES_CMAC_GENERAL 0x0000108BUL macro