Lines Matching refs:Update
339 err = axf->Update(&ctx, crp->crp_aad, crp->crp_aad_length); in swcr_authcompute()
342 axf->Update, &ctx); in swcr_authcompute()
350 axf->Update, &ctx); in swcr_authcompute()
353 crp->crp_payload_length, axf->Update, &ctx); in swcr_authcompute()
358 axf->Update(&ctx, crp->crp_esn, 4); in swcr_authcompute()
363 axf->Update(&ctx, aalg, axf->hashsize); in swcr_authcompute()
428 axf->Update(&ctx, inblk, len); in swcr_gmac()
433 axf->Update(&ctx, blk, blksz); in swcr_gmac()
440 axf->Update(&ctx, blk, blksz); in swcr_gmac()
509 axf->Update(&ctx, crp->crp_aad, len); in swcr_gcm()
514 axf->Update(&ctx, blk, blksz); in swcr_gcm()
531 axf->Update(&ctx, inblk, len); in swcr_gcm()
536 axf->Update(&ctx, blk, blksz); in swcr_gcm()
564 axf->Update(&ctx, outblk, blksz); in swcr_gcm()
570 axf->Update(&ctx, inblk, blksz); in swcr_gcm()
579 axf->Update(&ctx, blk, resid); in swcr_gcm()
588 axf->Update(&ctx, blk, blksz); in swcr_gcm()
675 error = axf->Update(&ctx, crp->crp_aad, crp->crp_aad_length); in swcr_ccm_cbc_mac()
678 crp->crp_payload_length, axf->Update, &ctx); in swcr_ccm_cbc_mac()
751 error = axf->Update(&ctx, crp->crp_aad, crp->crp_aad_length); in swcr_ccm()
754 crp->crp_aad_length, axf->Update, &ctx); in swcr_ccm()
781 axf->Update(&ctx, inblk, blksz); in swcr_ccm()
797 axf->Update(&ctx, blk, blksz); in swcr_ccm()
803 axf->Update(&ctx, blk, resid); in swcr_ccm()
808 axf->Update(&ctx, blk, resid); in swcr_ccm()