Searched refs:ecb_remainder (Results 1 – 2 of 2) sorted by relevance
53 (uint8_t *)ctx->ecb_remainder + ctx->ecb_remainder_len, in ecb_cipher_contiguous_blocks()71 bcopy(datap, &((uint8_t *)ctx->ecb_remainder) in ecb_cipher_contiguous_blocks()74 blockp = (uint8_t *)ctx->ecb_remainder; in ecb_cipher_contiguous_blocks()104 bcopy(datap, ctx->ecb_remainder, remainder); in ecb_cipher_contiguous_blocks()
102 #define ecb_remainder ecb_common.cc_remainder macro