Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/
Dshash.c45 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_setkey_unaligned()
72 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_setkey()
95 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_update_unaligned()
125 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_update()
139 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_final_unaligned()
166 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_final()
187 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_finup()
208 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_digest()
419 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_exit_tfm()
427 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_init_tfm()
/linux-5.19.10/include/crypto/
Dhash.h772 static inline struct shash_alg *crypto_shash_alg(struct crypto_shash *tfm) in crypto_shash_alg() function
788 return crypto_shash_alg(tfm)->digestsize; in crypto_shash_digestsize()
793 return crypto_shash_alg(tfm)->statesize; in crypto_shash_statesize()
903 return crypto_shash_alg(desc->tfm)->export(desc, out); in crypto_shash_export()
925 return crypto_shash_alg(tfm)->import(desc, in); in crypto_shash_import()
947 return crypto_shash_alg(tfm)->init(desc); in crypto_shash_init()
/linux-5.19.10/drivers/crypto/xilinx/
Dzynqmp-sha.c51 struct shash_alg *alg = crypto_shash_alg(hash); in zynqmp_sha_init_tfm()