Searched refs:aes_encrypt_update (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | aes.c | 131 static int aes_encrypt_update(crypto_ctx_t *, crypto_data_t *, 148 aes_encrypt_update, 467 ret = aes_encrypt_update(ctx, plaintext, ciphertext, req); in aes_encrypt() 650 aes_encrypt_update(crypto_ctx_t *ctx, crypto_data_t *plaintext, in aes_encrypt_update() function 1489 return (aes_encrypt_update(ctx, data, &out, req)); in aes_mac_update()
|