Home
last modified time | relevance | path

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

/include/crypto/
Dalgapi.h248 return __crypto_hash_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_hash()
/include/linux/
Dcrypto.h1178 static inline struct crypto_hash *__crypto_hash_cast(struct crypto_tfm *tfm) in __crypto_hash_cast() function
1187 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()