Home
last modified time | relevance | path

Searched refs:crypto_shash_export (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/drivers/crypto/
A Dpadlock-sha.c53 return crypto_shash_export(&dctx->fallback, out); in padlock_sha_export()
87 err = crypto_shash_export(&dctx->fallback, &state); in padlock_sha1_finup()
99 crypto_shash_export(&dctx->fallback, &state); in padlock_sha1_finup()
148 err = crypto_shash_export(&dctx->fallback, &state); in padlock_sha256_finup()
160 crypto_shash_export(&dctx->fallback, &state); in padlock_sha256_finup()
A Dsa2ul.c429 crypto_shash_export(hash, state); in sa_export_shash()
/linux-6.3-rc2/crypto/
A Dhmac.c81 crypto_shash_export(shash, ipad) ?: in hmac_setkey()
84 crypto_shash_export(shash, opad); in hmac_setkey()
91 return crypto_shash_export(desc, out); in hmac_export()
A Dhctr2.c126 return crypto_shash_export(shash, hctr2_hashed_tweaklen(tctx, has_remainder)); in hctr2_hash_tweaklen()
189 return crypto_shash_export(hash_desc, hctr2_hashed_tweak(tctx, rctx)); in hctr2_hash_tweak()
A Dshash.c347 return crypto_shash_export(ahash_request_ctx(req), out); in shash_async_export()
A Dcryptd.c621 return crypto_shash_export(&rctx->desc, out); in cryptd_hash_export()
A Dtestmgr.c1342 err = crypto_shash_export(desc, hashstate); in test_shash_vec_cfg()
/linux-6.3-rc2/Documentation/crypto/
A Dapi-digest.rst35 …size crypto_shash_descsize crypto_shash_setkey crypto_shash_digest crypto_shash_export crypto_shas…
/linux-6.3-rc2/drivers/crypto/qat/qat_common/
A Dqat_algs.c158 if (crypto_shash_export(shash, &ctx->sha1)) in qat_alg_do_precomputes()
164 if (crypto_shash_export(shash, &ctx->sha256)) in qat_alg_do_precomputes()
170 if (crypto_shash_export(shash, &ctx->sha512)) in qat_alg_do_precomputes()
194 if (crypto_shash_export(shash, &ctx->sha1)) in qat_alg_do_precomputes()
200 if (crypto_shash_export(shash, &ctx->sha256)) in qat_alg_do_precomputes()
206 if (crypto_shash_export(shash, &ctx->sha512)) in qat_alg_do_precomputes()
/linux-6.3-rc2/drivers/crypto/xilinx/
A Dzynqmp-sha.c125 return crypto_shash_export(&dctx->fbk_req, out); in zynqmp_sha_export()
/linux-6.3-rc2/fs/ubifs/
A Dauth.c485 err = crypto_shash_export(src, state); in __ubifs_shash_copy_state()
/linux-6.3-rc2/include/crypto/
A Dhash.h903 static inline int crypto_shash_export(struct shash_desc *desc, void *out) in crypto_shash_export() function
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_algs.c806 crypto_shash_export(&ctx->sdesc->shash, ipad); in aead_hmac_init()
814 crypto_shash_export(&ctx->sdesc->shash, opad); in aead_hmac_init()
/linux-6.3-rc2/arch/arm/crypto/
A Dghash-ce-glue.c303 return crypto_shash_export(desc, out); in ghash_async_export()
/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c861 crypto_shash_export(&ctx->sdesc->shash, ipad); in aead_hmac_init()
869 crypto_shash_export(&ctx->sdesc->shash, opad); in aead_hmac_init()
/linux-6.3-rc2/drivers/crypto/chelsio/
A Dchcr_algo.c317 crypto_shash_export(desc, (void *)&sha1_st); in chcr_compute_partial_hash()
322 crypto_shash_export(desc, (void *)&sha256_st); in chcr_compute_partial_hash()
328 crypto_shash_export(desc, (void *)&sha256_st); in chcr_compute_partial_hash()
334 crypto_shash_export(desc, (void *)&sha512_st); in chcr_compute_partial_hash()
340 crypto_shash_export(desc, (void *)&sha512_st); in chcr_compute_partial_hash()
/linux-6.3-rc2/drivers/md/
A Ddm-crypt.c516 r = crypto_shash_export(desc, &md5state); in crypt_iv_lmk_one()

Completed in 52 milliseconds