Searched refs:gcm_encrypt_final (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/crypto/modes/ |
H A D | modes.h | 334 int gcm_encrypt_final(gcm_ctx_t *, crypto_data_t *, size_t,
|
H A D | gcm.c | 252 gcm_encrypt_final(gcm_ctx_t *ctx, crypto_data_t *out, size_t block_size, function
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | aes.c | 490 * gcm_encrypt_final() will compute the MAC and append 498 ret = gcm_encrypt_final((gcm_ctx_t *)aes_ctx, ciphertext, 828 ret = gcm_encrypt_final((gcm_ctx_t *)aes_ctx, data, 1052 ret = gcm_encrypt_final((gcm_ctx_t *)&aes_ctx,
|
Completed in 336 milliseconds