Searched refs:gcm_len_a_len_c (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c303 ctx->gcm_len_a_len_c[1] =
305 GHASH(ctx, ctx->gcm_len_a_len_c, ghash);
465 ctx->gcm_len_a_len_c[1] = htonll(CRYPTO_BYTES2BITS(pt_len));
466 GHASH(ctx, ctx->gcm_len_a_len_c, ghash);
633 gcm_ctx->gcm_len_a_len_c[0]
668 gcm_ctx->gcm_len_a_len_c[0]
H A Dmodes.h200 * gcm_len_a_len_c: 64-bit representations of the bit lengths of
215 uint64_t gcm_len_a_len_c[2]; member in struct:gcm_ctx

Completed in 46 milliseconds