Searched refs:__crypto_hash_alg_common (Results 1 – 2 of 2) sorted by relevance
135 return __crypto_hash_alg_common(spawn->base.alg); in crypto_spawn_ahash_alg() 177 return container_of(__crypto_hash_alg_common(alg), struct ahash_alg, in __crypto_ahash_alg()
367 static inline struct hash_alg_common *__crypto_hash_alg_common( in __crypto_hash_alg_common() function 376 return __crypto_hash_alg_common(crypto_ahash_tfm(tfm)->__crt_alg); in crypto_hash_alg_common()