Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/aead/
H A Dgcm.c88 memcpy(ctx->j0_1, iv, 12); in br_gcm_reset()
98 memcpy(ctx->j0_1, ty, 12); in br_gcm_reset()
205 ctx->jc = (*ctx->bctx)->run(ctx->bctx, ctx->j0_1, ctx->jc, buf, dlen); in br_gcm_run()
220 ctx->jc = (*ctx->bctx)->run(ctx->bctx, ctx->j0_1, in br_gcm_run()
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.h363 unsigned char j0_1[12]; member