Searched refs:gcm_J0 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 265 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_J0, in gcm_encrypt_final() 266 (uint8_t *)ctx->gcm_J0); in gcm_encrypt_final() 267 xor_block((uint8_t *)ctx->gcm_J0, ghash); in gcm_encrypt_final() 436 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_J0, in gcm_decrypt_final() 437 (uint8_t *)ctx->gcm_J0); in gcm_decrypt_final() 438 xor_block((uint8_t *)ctx->gcm_J0, ghash); in gcm_decrypt_final() 504 copy_block(cb, (uint8_t *)ctx->gcm_J0); in gcm_format_initial_blocks() 523 GHASH(ctx, len_a_len_c, ctx->gcm_J0, gops); in gcm_format_initial_blocks() 526 copy_block((uint8_t *)ctx->gcm_J0, (uint8_t *)cb); in gcm_format_initial_blocks() 1241 uint32_t *J0 = (uint32_t *)ctx->gcm_J0; in gcm_encrypt_final_avx() [all …]
|
H A D | modes.c | 184 explicit_memset(ctx->gcm_J0, 0, sizeof (ctx->gcm_J0)); in gcm_clear_ctx()
|
/freebsd/sys/contrib/openzfs/module/icp/include/modes/ |
H A D | modes.h | 172 uint64_t gcm_J0[2]; member
|