Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Dhash.h735 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg() function
742 return __crypto_shash_alg(crypto_shash_tfm(tfm)->__crt_alg); in crypto_shash_alg()
/linux-4.19.296/crypto/
Dshash.c370 struct shash_alg *alg = __crypto_shash_alg(calg); in crypto_init_shash_ops_async()
424 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_report()
450 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_show()
Dahash.c666 return crypto_shash_alg_has_setkey(__crypto_shash_alg(alg)); in crypto_hash_alg_has_setkey()
/linux-4.19.296/include/crypto/internal/
Dhash.h218 return container_of(__crypto_shash_alg(&inst->alg), in shash_instance()