Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c133 bcopy(datap, &((uint8_t *)ctx->gcm_remainder) in gcm_mode_encrypt_contiguous_blocks()
136 blockp = (uint8_t *)ctx->gcm_remainder; in gcm_mode_encrypt_contiguous_blocks()
190 bcopy(datap, ctx->gcm_remainder, remainder); in gcm_mode_encrypt_contiguous_blocks()
247 macp = (uint8_t *)ctx->gcm_remainder; in gcm_encrypt_final()
307 datap = (uint8_t *)ctx->gcm_remainder; in gcm_decrypt_incomplete_block()
393 bcopy(blockp, ctx->gcm_remainder, remainder); in gcm_decrypt_final()
1134 bzero(ctx->gcm_remainder, sizeof (ctx->gcm_remainder)); in gcm_clear_ctx()
1182 bcopy(datap, (uint8_t *)ctx->gcm_remainder + in gcm_mode_encrypt_contiguous_blocks_avx()
1192 bcopy(datap, (uint8_t *)ctx->gcm_remainder + in gcm_mode_encrypt_contiguous_blocks_avx()
1271 bcopy(datap, ctx->gcm_remainder, bleft); in gcm_mode_encrypt_contiguous_blocks_avx()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/include/modes/
H A Dmodes.h243 #define gcm_remainder gcm_common.cc_remainder macro