Searched refs:cmac_mode_final (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/ |
H A D | mapfile-vers | 119 cmac_mode_final;
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | aes.c | 522 ret = cmac_mode_final((cbc_ctx_t *)aes_ctx, ciphertext, in aes_encrypt() 840 ret = cmac_mode_final((cbc_ctx_t *)aes_ctx, data, in aes_encrypt_final() 1085 ret = cmac_mode_final((cbc_ctx_t *)&aes_ctx, in aes_encrypt_atomic()
|
/illumos-gate/usr/src/common/crypto/modes/ |
H A D | modes.h | 358 extern int cmac_mode_final(cbc_ctx_t *, crypto_data_t *,
|
H A D | cbc.c | 417 cmac_mode_final(cbc_ctx_t *cbc_ctx, crypto_data_t *out, in cmac_mode_final() function
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAESCrypt.c | 469 rc = cmac_mode_final((cbc_ctx_t *)aes_ctx, &out, in soft_aes_encrypt() 1248 rc = cmac_mode_final((cbc_ctx_t *)aes_ctx, &data, in soft_aes_encrypt_final()
|