Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c116 if (ctx->gcm_copy_to == NULL) { in gcm_mode_encrypt_contiguous_blocks()
117 ctx->gcm_copy_to = datap; in gcm_mode_encrypt_contiguous_blocks()
192 ctx->gcm_copy_to = datap; in gcm_mode_encrypt_contiguous_blocks()
195 ctx->gcm_copy_to = NULL; in gcm_mode_encrypt_contiguous_blocks()
1117 if (ctx->gcm_copy_to == NULL) { in gcm_mode_encrypt_contiguous_blocks_avx()
1118 ctx->gcm_copy_to = datap; in gcm_mode_encrypt_contiguous_blocks_avx()
1126 ctx->gcm_copy_to = NULL; in gcm_mode_encrypt_contiguous_blocks_avx()
1204 ctx->gcm_copy_to = datap; in gcm_mode_encrypt_contiguous_blocks_avx()
/freebsd/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h186 #define gcm_copy_to gcm_common.cc_copy_to macro