Searched refs:ccm_encrypt_final (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/common/crypto/modes/ |
H A D | modes.h | 330 int ccm_encrypt_final(ccm_ctx_t *, crypto_data_t *, size_t,
|
H A D | ccm.c | 207 ccm_encrypt_final(ccm_ctx_t *ctx, crypto_data_t *out, size_t block_size, in ccm_encrypt_final() function
|
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | aes.c | 477 ret = ccm_encrypt_final((ccm_ctx_t *)aes_ctx, ciphertext, in aes_encrypt() 820 ret = ccm_encrypt_final((ccm_ctx_t *)aes_ctx, data, in aes_encrypt_final() 1044 ret = ccm_encrypt_final((ccm_ctx_t *)&aes_ctx, in aes_encrypt_atomic()
|