Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/crypto/modes/
H A Decb.c63 ctx->ecb_copy_to = datap; in ecb_cipher_contiguous_blocks()
94 bcopy(blockp, ctx->ecb_copy_to, in ecb_cipher_contiguous_blocks()
128 ctx->ecb_copy_to = datap; in ecb_cipher_contiguous_blocks()
131 ctx->ecb_copy_to = NULL; in ecb_cipher_contiguous_blocks()
H A Dmodes.h100 #define ecb_copy_to ecb_common.cc_copy_to macro