Home
last modified time | relevance | path

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

/freebsd-13.1/sys/opencrypto/
H A Dcryptosoft.c315 u_char aalg[HASH_MAX_LEN]; in swcr_authcompute() local
356 axf->Final(aalg, &ctx); in swcr_authcompute()
359 axf->Update(&ctx, aalg, axf->hashsize); in swcr_authcompute()
360 axf->Final(aalg, &ctx); in swcr_authcompute()
367 if (timingsafe_bcmp(aalg, uaalg, sw->sw_mlen) != 0) in swcr_authcompute()
372 crypto_copyback(crp, crp->crp_digest_start, sw->sw_mlen, aalg); in swcr_authcompute()
374 explicit_bzero(aalg, sizeof(aalg)); in swcr_authcompute()