Searched refs:crypto_shash_import (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/crypto/ |
D | hmac.c | 101 return crypto_shash_import(desc, in); in hmac_import() 126 crypto_shash_import(desc, opad) ?: in hmac_final() 141 crypto_shash_import(desc, opad) ?: in hmac_finup()
|
D | hctr2.c | 180 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()
|
D | shash.c | 399 return crypto_shash_import(desc, in); in shash_async_import()
|
D | cryptd.c | 647 return crypto_shash_import(desc, in); in cryptd_hash_import()
|
D | testmgr.c | 1397 err = crypto_shash_import(desc, hashstate); in test_shash_vec_cfg()
|
/Linux-v6.6/Documentation/crypto/ |
D | api-digest.rst | 35 …scsize crypto_shash_setkey crypto_shash_digest crypto_shash_export crypto_shash_import crypto_shas…
|
/Linux-v6.6/fs/verity/ |
D | hash_algs.c | 185 err = crypto_shash_import(desc, params->hashstate); in fsverity_hash_block()
|
/Linux-v6.6/drivers/crypto/xilinx/ |
D | zynqmp-sha.c | 117 return crypto_shash_import(&dctx->fbk_req, in); in zynqmp_sha_import()
|
/Linux-v6.6/fs/ubifs/ |
D | auth.c | 489 err = crypto_shash_import(target, state); in __ubifs_shash_copy_state()
|
/Linux-v6.6/include/crypto/ |
D | hash.h | 972 static inline int crypto_shash_import(struct shash_desc *desc, const void *in) in crypto_shash_import() function
|
/Linux-v6.6/drivers/crypto/ |
D | padlock-sha.c | 62 return crypto_shash_import(&dctx->fallback, in); in padlock_sha_import()
|
/Linux-v6.6/arch/arm/crypto/ |
D | ghash-ce-glue.c | 295 return crypto_shash_import(desc, in); in ghash_async_import()
|