Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Dcbc.c71 ctx->cbc_remainder_len += length; in cbc_encrypt_contiguous_blocks()
82 if (ctx->cbc_remainder_len > 0) { in cbc_encrypt_contiguous_blocks()
89 [ctx->cbc_remainder_len], need); in cbc_encrypt_contiguous_blocks()
108 ctx->cbc_remainder_len > 0) { in cbc_encrypt_contiguous_blocks()
110 ctx->cbc_remainder_len); in cbc_encrypt_contiguous_blocks()
149 if (ctx->cbc_remainder_len != 0) { in cbc_encrypt_contiguous_blocks()
151 ctx->cbc_remainder_len = 0; in cbc_encrypt_contiguous_blocks()
208 ctx->cbc_remainder_len += length; in cbc_decrypt_contiguous_blocks()
219 if (ctx->cbc_remainder_len > 0) { in cbc_decrypt_contiguous_blocks()
273 if (ctx->cbc_remainder_len != 0) { in cbc_decrypt_contiguous_blocks()
[all …]
H A Dmodes.h123 #define cbc_remainder_len cbc_common.cc_remainder_len macro