Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Decb.c60 (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()
H A Dmodes.h104 #define ecb_remainder ecb_common.cc_remainder macro