Lines Matching refs:Update
508 axf->Update(sw->sw_ictx, key, klen); in swcr_authprepare()
509 axf->Update(sw->sw_ictx, hmac_ipad_buffer, axf->blocksize - klen); in swcr_authprepare()
515 axf->Update(sw->sw_octx, key, klen); in swcr_authprepare()
516 axf->Update(sw->sw_octx, hmac_opad_buffer, axf->blocksize - klen); in swcr_authprepare()
530 axf->Update(sw->sw_ictx, key, klen); in swcr_authprepare()
563 (int (*)(void *, void *, unsigned int))axf->Update, (caddr_t)&ctx); in swcr_authcompute()
579 axf->Update(&ctx, aalg, axf->hashsize); in swcr_authcompute()
588 axf->Update(&ctx, sw->sw_octx, sw->sw_klen); in swcr_authcompute()
692 axf->Update(&ctx, blk, len); in swcr_combined()
712 axf->Update(&ctx, blk, len); in swcr_combined()
714 axf->Update(&ctx, blk, len); in swcr_combined()
732 axf->Update(&ctx, blk, blksz); in swcr_combined()