Searched refs:ghash (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/crypto/modes/ |
H A D | gcm.c | 258 uint8_t *ghash, *macp; local 266 ghash = (uint8_t *)ctx->gcm_ghash; 298 GHASH(ctx, macp, ghash); 305 GHASH(ctx, ctx->gcm_len_a_len_c, ghash); 308 xor_block((uint8_t *)ctx->gcm_J0, ghash); 317 rv = crypto_put_output_data(ghash, out, ctx->gcm_tag_len); 415 uint8_t *ghash; local 425 ghash = (uint8_t *)ctx->gcm_ghash; 443 GHASH(ctx, blockp, ghash); 466 GHASH(ctx, ctx->gcm_len_a_len_c, ghash); 521 uint8_t *datap, *ghash; local 570 uint8_t *ghash, *datap, *authp; local [all...] |
Completed in 62 milliseconds