Searched refs:cbc_remainder (Results 1 – 2 of 2) sorted by relevance
69 (uint8_t *)ctx->cbc_remainder + ctx->cbc_remainder_len, in cbc_encrypt_contiguous_blocks()88 bcopy(datap, &((uint8_t *)ctx->cbc_remainder) in cbc_encrypt_contiguous_blocks()91 blockp = (uint8_t *)ctx->cbc_remainder; in cbc_encrypt_contiguous_blocks()160 bcopy(datap, ctx->cbc_remainder, remainder); in cbc_encrypt_contiguous_blocks()206 (uint8_t *)ctx->cbc_remainder + ctx->cbc_remainder_len, in cbc_decrypt_contiguous_blocks()225 bcopy(datap, &((uint8_t *)ctx->cbc_remainder) in cbc_decrypt_contiguous_blocks()228 blockp = (uint8_t *)ctx->cbc_remainder; in cbc_decrypt_contiguous_blocks()238 (uint8_t *)ctx->cbc_remainder); in cbc_decrypt_contiguous_blocks()239 blockp = (uint8_t *)ctx->cbc_remainder; in cbc_decrypt_contiguous_blocks()284 bcopy(datap, ctx->cbc_remainder, remainder); in cbc_decrypt_contiguous_blocks()[all …]
122 #define cbc_remainder cbc_common.cc_remainder macro