Home
last modified time | relevance | path

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

/include/crypto/
Dhash.h680 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg() function
687 return __crypto_shash_alg(crypto_shash_tfm(tfm)->__crt_alg); in crypto_shash_alg()
/include/crypto/internal/
Dhash.h236 return container_of(__crypto_shash_alg(&inst->alg), in shash_instance()