Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcrypto.h1415 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) in __crypto_cipher_cast() function
1423 return __crypto_cipher_cast(tfm); in crypto_cipher_cast()
1447 return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_cipher()
/linux-4.4.14/include/crypto/
Dalgapi.h270 return __crypto_cipher_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_cipher()