Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dhash.h731 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg() function
738 return __crypto_shash_alg(crypto_shash_tfm(tfm)->__crt_alg); in crypto_shash_alg()
/Linux-v4.19/crypto/
Dshash.c349 struct shash_alg *alg = __crypto_shash_alg(calg); in crypto_init_shash_ops_async()
404 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_report()
430 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_show()
Dahash.c656 return crypto_shash_alg_has_setkey(__crypto_shash_alg(alg)); in crypto_hash_alg_has_setkey()
/Linux-v4.19/include/crypto/internal/
Dhash.h224 return container_of(__crypto_shash_alg(&inst->alg), in shash_instance()