Lines Matching refs:aalg
468 unsigned char aalg[AALG_MAX_RESULT_LEN]; in swcr_authcompute() local
517 axf->Final(aalg, &ctx); in swcr_authcompute()
519 axf->Update(&ctx, aalg, axf->auth_hash->hashsize); in swcr_authcompute()
520 axf->Final(aalg, &ctx); in swcr_authcompute()
529 axf->Final(aalg, &ctx); in swcr_authcompute()
536 axf->Final(aalg, &ctx); in swcr_authcompute()
543 (void)memcpy((char *)buf + crd->crd_inject, aalg, in swcr_authcompute()
548 axf->auth_hash->authsize, aalg); in swcr_authcompute()
551 memcpy(crp->crp_mac, aalg, axf->auth_hash->authsize); in swcr_authcompute()
567 u_char aalg[AALG_MAX_RESULT_LEN]; in swcr_combined() local
685 axf->Final(aalg, &ctx); in swcr_combined()
689 COPYBACK(outtype, buf, crda->crd_inject, axf->auth_hash->authsize, aalg); in swcr_combined()
691 memcpy(crp->crp_mac, aalg, axf->auth_hash->authsize); in swcr_combined()