Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Dshash.c33 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_setkey_unaligned()
60 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_setkey()
83 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_update_unaligned()
113 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_update()
127 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_final_unaligned()
154 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_final()
175 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_finup()
196 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_digest()
407 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_exit_tfm()
415 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_init_tfm()
/Linux-v5.10/include/crypto/
Dhash.h768 static inline struct shash_alg *crypto_shash_alg(struct crypto_shash *tfm) in crypto_shash_alg() function
784 return crypto_shash_alg(tfm)->digestsize; in crypto_shash_digestsize()
789 return crypto_shash_alg(tfm)->statesize; in crypto_shash_statesize()
899 return crypto_shash_alg(desc->tfm)->export(desc, out); in crypto_shash_export()
921 return crypto_shash_alg(tfm)->import(desc, in); in crypto_shash_import()
943 return crypto_shash_alg(tfm)->init(desc); in crypto_shash_init()