Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c107 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_mode_encrypt_contiguous_blocks() local
145 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_mode_encrypt_contiguous_blocks()
147 counter &= counter_mask; in gcm_mode_encrypt_contiguous_blocks()
215 uint64_t counter_mask = ntohll(0x00000000ffffffffULL); in gcm_encrypt_final() local
239 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_encrypt_final()
241 counter &= counter_mask; in gcm_encrypt_final()
302 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_decrypt_incomplete_block()
304 counter &= counter_mask; in gcm_decrypt_incomplete_block()
411 counter = ntohll(ctx->gcm_cb[1] & counter_mask); in gcm_decrypt_final()
413 counter &= counter_mask; in gcm_decrypt_final()
[all …]