Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/crypto/modes/
H A Dgcm.c306 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_J0, in gcm_encrypt_final()
307 (uint8_t *)ctx->gcm_J0); in gcm_encrypt_final()
308 xor_block((uint8_t *)ctx->gcm_J0, ghash); in gcm_encrypt_final()
467 encrypt_block(ctx->gcm_keysched, (uint8_t *)ctx->gcm_J0, in gcm_decrypt_final()
468 (uint8_t *)ctx->gcm_J0); in gcm_decrypt_final()
469 xor_block((uint8_t *)ctx->gcm_J0, ghash); in gcm_decrypt_final()
533 copy_block(cb, (uint8_t *)ctx->gcm_J0); in gcm_format_initial_blocks()
552 GHASH(ctx, len_a_len_c, ctx->gcm_J0); in gcm_format_initial_blocks()
555 copy_block((uint8_t *)ctx->gcm_J0, (uint8_t *)cb); in gcm_format_initial_blocks()
H A Dmodes.h214 uint64_t gcm_J0[2]; member