Home
last modified time | relevance | path

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

/linux/drivers/crypto/
H 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()
/linux/crypto/
H A Dhmac.c70 crypto_shash_export(shash, ipad) ?: in hmac_setkey()
73 crypto_shash_export(shash, opad); in hmac_setkey()
80 return crypto_shash_export(desc, out); in hmac_export()
H A Dshash.c115 int crypto_shash_export(struct shash_desc *desc, void *out) in crypto_shash_export() function
126 EXPORT_SYMBOL_GPL(crypto_shash_export);
H 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()
H A Dahash.c445 return crypto_shash_export(ahash_request_ctx(req), out); in crypto_ahash_export()
H A Dcryptd.c636 return crypto_shash_export(&rctx->desc, out); in cryptd_hash_export()
H A Dtestmgr.c1416 err = crypto_shash_export(desc, hashstate); in test_shash_vec_cfg()
/linux/Documentation/crypto/
H A Dapi-digest.rst35 …size crypto_shash_descsize crypto_shash_setkey crypto_shash_digest crypto_shash_export crypto_shas…
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c157 if (crypto_shash_export(shash, &ctx->sha1)) in qat_alg_do_precomputes()
163 if (crypto_shash_export(shash, &ctx->sha256)) in qat_alg_do_precomputes()
169 if (crypto_shash_export(shash, &ctx->sha512)) in qat_alg_do_precomputes()
193 if (crypto_shash_export(shash, &ctx->sha1)) in qat_alg_do_precomputes()
199 if (crypto_shash_export(shash, &ctx->sha256)) in qat_alg_do_precomputes()
205 if (crypto_shash_export(shash, &ctx->sha512)) in qat_alg_do_precomputes()
/linux/fs/verity/
H A Dhash_algs.c151 err = crypto_shash_export(desc, hashstate); in fsverity_prepare_hash_state()
/linux/fs/ubifs/
H A Dauth.c484 err = crypto_shash_export(src, state); in __ubifs_shash_copy_state()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c812 crypto_shash_export(&ctx->sdesc->shash, ipad); in aead_hmac_init()
820 crypto_shash_export(&ctx->sdesc->shash, opad); in aead_hmac_init()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c901 crypto_shash_export(&ctx->sdesc->shash, ipad); in aead_hmac_init()
909 crypto_shash_export(&ctx->sdesc->shash, opad); in aead_hmac_init()
/linux/arch/arm/crypto/
H A Dghash-ce-glue.c303 return crypto_shash_export(desc, out); in ghash_async_export()
/linux/drivers/md/
H A Ddm-crypt.c550 r = crypto_shash_export(desc, &md5state); in crypt_iv_lmk_one()