Home
last modified time | relevance | path

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

/linux/crypto/
A Dshash.c380 struct shash_alg *alg = __crypto_shash_alg(calg); in crypto_init_shash_ops_async()
465 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_report()
487 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_show()
A Dahash.c653 return crypto_shash_alg_has_setkey(__crypto_shash_alg(alg)); in crypto_hash_alg_has_setkey()
A Dessiv.c534 hash_alg = __crypto_shash_alg(_hash_alg); in essiv_create()
/linux/include/crypto/
A Dhash.h767 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg() function
774 return __crypto_shash_alg(crypto_shash_tfm(tfm)->__crt_alg); in crypto_shash_alg()
/linux/include/crypto/internal/
A Dhash.h123 return __crypto_shash_alg(spawn->base.alg); in crypto_spawn_shash_alg()

Completed in 14 milliseconds