Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dshash.c335 struct shash_alg *alg = __crypto_shash_alg(calg); in crypto_init_shash_ops_async()
459 struct shash_alg *alg = __crypto_shash_alg(calg); in crypto_init_shash_ops_compat()
533 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_report()
559 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_show()
/linux-4.1.27/include/crypto/
Dhash.h661 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg() function
668 return __crypto_shash_alg(crypto_shash_tfm(tfm)->__crt_alg); in crypto_shash_alg()
/linux-4.1.27/include/crypto/internal/
Dhash.h214 return container_of(__crypto_shash_alg(&inst->alg), in shash_instance()