Home
last modified time | relevance | path

Searched refs:__crypto_shash_alg (Results 1 – 5 of 5) sorted by relevance

/linux/include/crypto/
H A Dhash.h726 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg() function
733 return __crypto_shash_alg(crypto_shash_tfm(tfm)->__crt_alg); in crypto_shash_alg()
/linux/crypto/
H A Dshash.c193 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_report()
209 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_show()
H A Dessiv.c540 hash_alg = __crypto_shash_alg(_hash_alg); in essiv_create()
H A Dahash.c573 return crypto_shash_alg_has_setkey(__crypto_shash_alg(alg)); in crypto_hash_alg_has_setkey()
/linux/include/crypto/internal/
H A Dhash.h125 return __crypto_shash_alg(spawn->base.alg); in crypto_spawn_shash_alg()