Searched defs:len_a_len_c (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/modes/
H A Dgcm.c522 uint64_t len_a_len_c[2]; local
550 len_a_len_c[0] = 0;
551 len_a_len_c[1] = htonll(CRYPTO_BYTES2BITS(iv_len));
552 GHASH(ctx, len_a_len_c, ctx->gcm_J0);

Completed in 45 milliseconds