Searched refs:__crypto_hash_cast (Results 1 – 2 of 2) sorted by relevance
248 return __crypto_hash_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_hash()
1178 static inline struct crypto_hash *__crypto_hash_cast(struct crypto_tfm *tfm) in __crypto_hash_cast() function1187 return __crypto_hash_cast(tfm); in crypto_hash_cast()1198 return __crypto_hash_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_hash()