Searched refs:crypto_shash_export (Results 1 - 18 of 18) sorted by relevance

/linux-master/crypto/
H A Dhmac.c70 crypto_shash_export(shash, ipad) ?:
73 crypto_shash_export(shash, opad);
80 return crypto_shash_export(desc, out);
H A Dshash.c167 int crypto_shash_export(struct shash_desc *desc, void *out) function
178 EXPORT_SYMBOL_GPL(crypto_shash_export); variable
H A Dhctr2.c126 return crypto_shash_export(shash, hctr2_hashed_tweaklen(tctx, has_remainder));
189 return crypto_shash_export(hash_desc, hctr2_hashed_tweak(tctx, rctx));
H A Dahash.c489 return crypto_shash_export(ahash_request_ctx(req), out);
H A Dcryptd.c636 return crypto_shash_export(&rctx->desc, out);
H A Dtestmgr.c1382 err = crypto_shash_export(desc, hashstate);
/linux-master/drivers/crypto/
H A Dpadlock-sha.c53 return crypto_shash_export(&dctx->fallback, out);
87 err = crypto_shash_export(&dctx->fallback, &state);
99 crypto_shash_export(&dctx->fallback, &state);
148 err = crypto_shash_export(&dctx->fallback, &state);
160 crypto_shash_export(&dctx->fallback, &state);
H A Dsa2ul.c430 crypto_shash_export(hash, state);
/linux-master/fs/verity/
H A Dhash_algs.c151 err = crypto_shash_export(desc, hashstate);
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-sha.c124 return crypto_shash_export(&dctx->fbk_req, out);
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c157 if (crypto_shash_export(shash, &ctx->sha1))
163 if (crypto_shash_export(shash, &ctx->sha256))
169 if (crypto_shash_export(shash, &ctx->sha512))
193 if (crypto_shash_export(shash, &ctx->sha1))
199 if (crypto_shash_export(shash, &ctx->sha256))
205 if (crypto_shash_export(shash, &ctx->sha512))
/linux-master/include/crypto/
H A Dhash.h870 * crypto_shash_export() - extract operational state for message digest
881 int crypto_shash_export(struct shash_desc *desc, void *out);
/linux-master/fs/ubifs/
H A Dauth.c484 err = crypto_shash_export(src, state);
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c800 crypto_shash_export(&ctx->sdesc->shash, ipad);
808 crypto_shash_export(&ctx->sdesc->shash, opad);
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c889 crypto_shash_export(&ctx->sdesc->shash, ipad);
897 crypto_shash_export(&ctx->sdesc->shash, opad);
/linux-master/arch/arm/crypto/
H A Dghash-ce-glue.c303 return crypto_shash_export(desc, out);
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c317 crypto_shash_export(desc, (void *)&sha1_st);
322 crypto_shash_export(desc, (void *)&sha256_st);
328 crypto_shash_export(desc, (void *)&sha256_st);
334 crypto_shash_export(desc, (void *)&sha512_st);
340 crypto_shash_export(desc, (void *)&sha512_st);
/linux-master/drivers/md/
H A Ddm-crypt.c520 r = crypto_shash_export(desc, &md5state);

Completed in 433 milliseconds