Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/aead/
H A Dgcm.c89 ctx->j0_2 = 1; in br_gcm_reset()
99 ctx->j0_2 = br_dec32be(ty + 12); in br_gcm_reset()
101 ctx->jc = ctx->j0_2 + 1; in br_gcm_reset()
263 (*ctx->bctx)->run(ctx->bctx, ctx->j0_1, ctx->j0_2, tag, 16); in br_gcm_get_tag()
/freebsd/contrib/bearssl/inc/
H A Dbearssl_aead.h366 uint32_t j0_2, jc; member