Home
last modified time | relevance | path

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

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