Searched refs:crypto_shash_alg (Results 1 – 2 of 2) sorted by relevance
33 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_setkey_unaligned()61 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_setkey()84 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_update_unaligned()114 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_update()128 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_final_unaligned()155 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_final()176 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_finup()197 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_digest()392 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_init_tfm()
747 static inline struct shash_alg *crypto_shash_alg(struct crypto_shash *tfm) in crypto_shash_alg() function763 return crypto_shash_alg(tfm)->digestsize; in crypto_shash_digestsize()768 return crypto_shash_alg(tfm)->statesize; in crypto_shash_statesize()859 return crypto_shash_alg(desc->tfm)->export(desc, out); in crypto_shash_export()881 return crypto_shash_alg(tfm)->import(desc, in); in crypto_shash_import()903 return crypto_shash_alg(tfm)->init(desc); in crypto_shash_init()