Home
last modified time | relevance | path

Searched refs:crypto_shash_alg (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/crypto/
A Dshash.c35 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_setkey_unaligned()
62 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_setkey()
85 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_update_unaligned()
115 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_update()
129 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_final_unaligned()
156 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_final()
177 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_finup()
198 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_digest()
409 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_exit_tfm()
417 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_init_tfm()
/linux-6.3-rc2/include/crypto/
A Dhash.h774 static inline struct shash_alg *crypto_shash_alg(struct crypto_shash *tfm) in crypto_shash_alg() function
790 return crypto_shash_alg(tfm)->digestsize; in crypto_shash_digestsize()
795 return crypto_shash_alg(tfm)->statesize; in crypto_shash_statesize()
905 return crypto_shash_alg(desc->tfm)->export(desc, out); in crypto_shash_export()
927 return crypto_shash_alg(tfm)->import(desc, in); in crypto_shash_import()
949 return crypto_shash_alg(tfm)->init(desc); in crypto_shash_init()
/linux-6.3-rc2/drivers/crypto/xilinx/
A Dzynqmp-sha.c51 struct shash_alg *alg = crypto_shash_alg(hash); in zynqmp_sha_init_tfm()

Completed in 7 milliseconds