Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dhmac.c101 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()
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 Dshash.c399 return crypto_shash_import(desc, in); in shash_async_import()
H A Dcryptd.c647 return crypto_shash_import(desc, in); in cryptd_hash_import()
H A Dtestmgr.c1397 err = crypto_shash_import(desc, hashstate); in test_shash_vec_cfg()
/openbmc/linux/Documentation/crypto/
H A Dapi-digest.rst35 …scsize crypto_shash_setkey crypto_shash_digest crypto_shash_export crypto_shash_import crypto_shas…
/openbmc/linux/fs/verity/
H A Dhash_algs.c185 err = crypto_shash_import(desc, params->hashstate); in fsverity_hash_block()
/openbmc/linux/drivers/crypto/xilinx/
H A Dzynqmp-sha.c117 return crypto_shash_import(&dctx->fbk_req, in); in zynqmp_sha_import()
/openbmc/linux/fs/ubifs/
H A Dauth.c489 err = crypto_shash_import(target, state); in __ubifs_shash_copy_state()
/openbmc/linux/include/crypto/
H A Dhash.h972 static inline int crypto_shash_import(struct shash_desc *desc, const void *in) in crypto_shash_import() function
/openbmc/linux/drivers/crypto/
H A Dpadlock-sha.c62 return crypto_shash_import(&dctx->fallback, in); in padlock_sha_import()
/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-glue.c295 return crypto_shash_import(desc, in); in ghash_async_import()