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