Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dhash.h794 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg() function
801 return __crypto_shash_alg(crypto_shash_tfm(tfm)->__crt_alg); in crypto_shash_alg()
/linux/crypto/
H A Dshash.c337 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_report()
353 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_show()
H A Dessiv.c539 hash_alg = __crypto_shash_alg(_hash_alg); in essiv_create()
/linux/include/crypto/internal/
H A Dhash.h158 return __crypto_shash_alg(spawn->base.alg); in crypto_spawn_shash_alg()