Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c156 ctx->gcm_copy_to = datap; in gcm_mode_encrypt_contiguous_blocks()
199 bcopy(blockp, ctx->gcm_copy_to, in gcm_mode_encrypt_contiguous_blocks()
240 ctx->gcm_copy_to = datap; in gcm_mode_encrypt_contiguous_blocks()
243 ctx->gcm_copy_to = NULL; in gcm_mode_encrypt_contiguous_blocks()
H A Dmodes.h238 #define gcm_copy_to gcm_common.cc_copy_to macro