Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c115 if (ctx->gcm_copy_to == NULL) { in gcm_mode_encrypt_contiguous_blocks()
116 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()
1186 if (ctx->gcm_copy_to == NULL) { in gcm_mode_encrypt_contiguous_blocks_avx()
1187 ctx->gcm_copy_to = datap; in gcm_mode_encrypt_contiguous_blocks_avx()
1195 ctx->gcm_copy_to = NULL; in gcm_mode_encrypt_contiguous_blocks_avx()
1273 ctx->gcm_copy_to = datap; in gcm_mode_encrypt_contiguous_blocks_avx()
/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h246 #define gcm_copy_to gcm_common.cc_copy_to macro