Home
last modified time | relevance | path

Searched refs:gcm_remainder (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c113 memcpy((uint8_t *)ctx->gcm_remainder + ctx->gcm_remainder_len, in gcm_mode_encrypt_contiguous_blocks()
134 memcpy(&((uint8_t *)ctx->gcm_remainder) in gcm_mode_encrypt_contiguous_blocks()
137 blockp = (uint8_t *)ctx->gcm_remainder; in gcm_mode_encrypt_contiguous_blocks()
191 memcpy(ctx->gcm_remainder, datap, remainder); in gcm_mode_encrypt_contiguous_blocks()
248 macp = (uint8_t *)ctx->gcm_remainder; in gcm_encrypt_final()
308 datap = (uint8_t *)ctx->gcm_remainder; in gcm_decrypt_incomplete_block()
401 memcpy(ctx->gcm_remainder, blockp, remainder); in gcm_decrypt_final()
1114 memcpy((uint8_t *)ctx->gcm_remainder + in gcm_mode_encrypt_contiguous_blocks_avx()
1124 memcpy((uint8_t *)ctx->gcm_remainder + in gcm_mode_encrypt_contiguous_blocks_avx()
1145 gcm_xor_avx((const uint8_t *) ctx->gcm_remainder, tmp); in gcm_mode_encrypt_contiguous_blocks_avx()
[all …]
H A Dmodes.c171 explicit_memset(ctx->gcm_remainder, 0, sizeof (ctx->gcm_remainder)); in gcm_clear_ctx()
/freebsd/sys/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h184 #define gcm_remainder gcm_common.cc_remainder macro