Searched refs:ctr_remainder_len (Results 1 – 4 of 4) sorted by relevance
60 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 …]
135 #define ctr_remainder_len ctr_common.cc_remainder_len macro
764 len = ctr_ctx->ctr_remainder_len; in soft_decrypt_final()
755 len = ctr_ctx->ctr_remainder_len; in soft_encrypt_final()