Home
last modified time | relevance | path

Searched refs:crypto_shash_import (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/crypto/
H A Dhmac.c90 return crypto_shash_import(desc, in); in hmac_import()
118 crypto_shash_import(desc, opad) ?: in hmac_final()
134 crypto_shash_import(desc, opad) ?: in hmac_finup()
H A Dshash.c128 int crypto_shash_import(struct shash_desc *desc, const void *in) in crypto_shash_import() function
142 EXPORT_SYMBOL_GPL(crypto_shash_import);
H A Dhctr2.c180 err = crypto_shash_import(hash_desc, hctr2_hashed_tweaklen(tctx, has_remainder)); in hctr2_hash_tweak()
241 err = crypto_shash_import(hash_desc, hctr2_hashed_tweak(tctx, rctx)); in hctr2_finish()
H A Dahash.c810 return crypto_shash_import(prepare_shash_desc(req, tfm), in); in crypto_ahash_import()
H A Dcryptd.c647 return crypto_shash_import(desc, in); in cryptd_hash_import()
H A Dtestmgr.c1428 err = crypto_shash_import(desc, hashstate); in test_shash_vec_cfg()
/linux-6.15/Documentation/crypto/
H A Dapi-digest.rst35 …scsize crypto_shash_setkey crypto_shash_digest crypto_shash_export crypto_shash_import crypto_shas…
/linux-6.15/fs/verity/
H A Dhash_algs.c185 err = crypto_shash_import(desc, params->hashstate); in fsverity_hash_block()
/linux-6.15/drivers/crypto/xilinx/
H A Dzynqmp-sha.c117 return crypto_shash_import(&dctx->fbk_req, in); in zynqmp_sha_import()
/linux-6.15/fs/ubifs/
H A Dauth.c488 err = crypto_shash_import(target, state); in __ubifs_shash_copy_state()
/linux-6.15/include/crypto/
H A Dhash.h910 int crypto_shash_import(struct shash_desc *desc, const void *in);
/linux-6.15/drivers/crypto/
H A Dpadlock-sha.c62 return crypto_shash_import(&dctx->fallback, in); in padlock_sha_import()
/linux-6.15/drivers/md/
H A Ddm-verity-target.c215 r = crypto_shash_import(desc, v->initial_hashstate) ?: in verity_hash()