Home
last modified time | relevance | path

Searched refs:ac_remainder (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c1009 uint8_t *dest = (uint8_t *)aes_ctx->ac_remainder + in soft_aes_decrypt_update()
1137 bcopy(buffer_block, aes_ctx->ac_remainder, AES_BLOCK_LEN); in soft_aes_decrypt_update()
1362 bcopy(block, aes_ctx->ac_remainder, amt); in soft_aes_decrypt_final()
1409 bcopy(aes_ctx->ac_remainder, pLastPart, out_len); in soft_aes_decrypt_final()
/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h256 #define ac_remainder acu.acu_ecb.ecb_common.cc_remainder macro