Lines Matching refs:Update
335 err = axf->Update(&ctx, crp->crp_aad, crp->crp_aad_length); in swcr_authcompute()
338 axf->Update, &ctx); in swcr_authcompute()
346 axf->Update, &ctx); in swcr_authcompute()
349 crp->crp_payload_length, axf->Update, &ctx); in swcr_authcompute()
354 axf->Update(&ctx, crp->crp_esn, 4); in swcr_authcompute()
359 axf->Update(&ctx, aalg, axf->hashsize); in swcr_authcompute()
424 axf->Update(&ctx, inblk, len); in swcr_gmac()
429 axf->Update(&ctx, blk, blksz); in swcr_gmac()
436 axf->Update(&ctx, blk, blksz); in swcr_gmac()
503 axf->Update(&ctx, crp->crp_aad, len); in swcr_gcm()
508 axf->Update(&ctx, blk, blksz); in swcr_gcm()
524 axf->Update(&ctx, inblk, len); in swcr_gcm()
529 axf->Update(&ctx, blk, blksz); in swcr_gcm()
559 axf->Update(&ctx, outblk, blksz); in swcr_gcm()
565 axf->Update(&ctx, inblk, blksz); in swcr_gcm()
574 axf->Update(&ctx, blk, resid); in swcr_gcm()
583 axf->Update(&ctx, blk, blksz); in swcr_gcm()
719 axf->Update(&ctx, blk, CCM_CBC_BLOCK_LEN); in swcr_ccm_cbc_mac()
722 axf->Update(&ctx, blk, len); in swcr_ccm_cbc_mac()
725 axf->Update, &ctx); in swcr_ccm_cbc_mac()
797 axf->Update(&ctx, blk, CCM_CBC_BLOCK_LEN); in swcr_ccm()
802 axf->Update(&ctx, blk, len); in swcr_ccm()
804 axf->Update(&ctx, crp->crp_aad, in swcr_ccm()
808 crp->crp_aad_length, axf->Update, &ctx); in swcr_ccm()
815 axf->Update(&ctx, blk, len); in swcr_ccm()
843 axf->Update(&ctx, inblk, blksz); in swcr_ccm()
859 axf->Update(&ctx, blk, blksz); in swcr_ccm()
865 axf->Update(&ctx, blk, resid); in swcr_ccm()
870 axf->Update(&ctx, blk, resid); in swcr_ccm()
970 axf->Update(&ctx, crp->crp_aad, crp->crp_aad_length); in swcr_chacha20_poly1305()
973 crp->crp_aad_length, axf->Update, &ctx); in swcr_chacha20_poly1305()
977 axf->Update(&ctx, blk, 16 - crp->crp_aad_length % 16); in swcr_chacha20_poly1305()
1005 axf->Update(&ctx, outblk, blksz); in swcr_chacha20_poly1305()
1011 axf->Update(&ctx, inblk, blksz); in swcr_chacha20_poly1305()
1020 axf->Update(&ctx, blk, resid); in swcr_chacha20_poly1305()
1024 axf->Update(&ctx, blk, 16 - resid % 16); in swcr_chacha20_poly1305()
1032 axf->Update(&ctx, blk, sizeof(uint64_t) * 2); in swcr_chacha20_poly1305()