Home
last modified time | relevance | path

Searched refs:ctr_remainder_len (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/common/crypto/modes/
H A Dctr.c60 if (length + ctx->ctr_remainder_len < block_size) { in ctr_mode_contiguous_blocks()
63 (uint8_t *)ctx->ctr_remainder + ctx->ctr_remainder_len, in ctr_mode_contiguous_blocks()
65 ctx->ctr_remainder_len += length; in ctr_mode_contiguous_blocks()
76 if (ctx->ctr_remainder_len > 0) { in ctr_mode_contiguous_blocks()
77 need = block_size - ctx->ctr_remainder_len; in ctr_mode_contiguous_blocks()
83 [ctx->ctr_remainder_len], need); in ctr_mode_contiguous_blocks()
122 if (ctx->ctr_remainder_len > 0) { in ctr_mode_contiguous_blocks()
124 ctx->ctr_remainder_len); in ctr_mode_contiguous_blocks()
125 bcopy(lastp + ctx->ctr_remainder_len, datap, in ctr_mode_contiguous_blocks()
143 if (ctx->ctr_remainder_len != 0) { in ctr_mode_contiguous_blocks()
[all …]
H A Dmodes.h135 #define ctr_remainder_len ctr_common.cc_remainder_len macro
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDecryptUtil.c764 len = ctr_ctx->ctr_remainder_len; in soft_decrypt_final()
H A DsoftEncryptUtil.c755 len = ctr_ctx->ctr_remainder_len; in soft_encrypt_final()