Home
last modified time | relevance | path

Searched refs:__crypto_cipher_cast (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/crypto/internal/
H A Dcipher.h37 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) in __crypto_cipher_cast() function
63 return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_cipher()
212 return __crypto_cipher_cast(crypto_spawn_tfm(&spawn->base, type, mask)); in crypto_spawn_cipher()
/kernel/linux/linux-6.6/crypto/
H A Dcipher.c116 ncipher = __crypto_cipher_cast(ntfm); in crypto_clone_cipher()
/kernel/linux/linux-5.10/include/linux/
H A Dcrypto.h766 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) in __crypto_cipher_cast() function
792 return __crypto_cipher_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_cipher()
/kernel/linux/linux-5.10/include/crypto/
H A Dalgapi.h226 return __crypto_cipher_cast(crypto_spawn_tfm(&spawn->base, type, mask)); in crypto_spawn_cipher()

Completed in 4 milliseconds