Searched refs:ecb_remainder (Results 1 – 2 of 2) sorted by relevance
60 (uint8_t *)ctx->ecb_remainder + ctx->ecb_remainder_len, in ecb_cipher_contiguous_blocks()79 bcopy(datap, &((uint8_t *)ctx->ecb_remainder) in ecb_cipher_contiguous_blocks()82 blockp = (uint8_t *)ctx->ecb_remainder; in ecb_cipher_contiguous_blocks()126 bcopy(datap, ctx->ecb_remainder, remainder); in ecb_cipher_contiguous_blocks()
97 #define ecb_remainder ecb_common.cc_remainder macro