Home
last modified time | relevance | path

Searched refs:ac_remainder_len (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/crypto/io/
H A Daes.c512 ASSERT(aes_ctx->ac_remainder_len == 0); in aes_encrypt()
624 ASSERT(aes_ctx->ac_remainder_len == 0); in aes_decrypt()
649 out_len = aes_ctx->ac_remainder_len; in aes_encrypt_update()
691 if ((aes_ctx->ac_flags & CTR_MODE) && (aes_ctx->ac_remainder_len > 0)) { in aes_encrypt_update()
729 out_len = aes_ctx->ac_remainder_len; in aes_decrypt_update()
775 if ((aes_ctx->ac_flags & CTR_MODE) && (aes_ctx->ac_remainder_len > 0)) { in aes_decrypt_update()
813 if (aes_ctx->ac_remainder_len > 0) { in aes_encrypt_final()
842 if (aes_ctx->ac_remainder_len > 0) { in aes_encrypt_final()
877 if (aes_ctx->ac_remainder_len > 0) { in aes_decrypt_final()
1049 ASSERT(aes_ctx.ac_remainder_len == 0); in aes_encrypt_atomic()
[all …]
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c435 if (((aes_ctx_t *)soft_aes_ctx->aes_cbc)->ac_remainder_len > 0) in soft_aes_encrypt_common()
786 if (((aes_ctx_t *)soft_aes_ctx->aes_cbc)->ac_remainder_len in soft_aes_decrypt_common()
/titanic_50/usr/src/common/crypto/modes/
H A Dmodes.h245 #define ac_remainder_len acu.acu_ecb.ecb_common.cc_remainder_len macro