Searched refs:crypto_shash_import (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/crypto/ |
A 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()
|
A 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()
|
A D | shash.c | 357 return crypto_shash_import(desc, in); in shash_async_import()
|
A D | cryptd.c | 632 return crypto_shash_import(desc, in); in cryptd_hash_import()
|
A D | testmgr.c | 1354 err = crypto_shash_import(desc, hashstate); in test_shash_vec_cfg()
|
/linux-6.3-rc2/Documentation/crypto/ |
A D | api-digest.rst | 35 …scsize crypto_shash_setkey crypto_shash_digest crypto_shash_export crypto_shash_import crypto_shas…
|
/linux-6.3-rc2/drivers/crypto/xilinx/ |
A D | zynqmp-sha.c | 118 return crypto_shash_import(&dctx->fbk_req, in); in zynqmp_sha_import()
|
/linux-6.3-rc2/fs/ubifs/ |
A D | auth.c | 489 err = crypto_shash_import(target, state); in __ubifs_shash_copy_state()
|
/linux-6.3-rc2/include/crypto/ |
A D | hash.h | 920 static inline int crypto_shash_import(struct shash_desc *desc, const void *in) in crypto_shash_import() function
|
/linux-6.3-rc2/drivers/crypto/ |
A D | padlock-sha.c | 62 return crypto_shash_import(&dctx->fallback, in); in padlock_sha_import()
|
/linux-6.3-rc2/arch/arm/crypto/ |
A D | ghash-ce-glue.c | 295 return crypto_shash_import(desc, in); in ghash_async_import()
|
Completed in 23 milliseconds