Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dcrypto.h1601 static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm) in __crypto_comp_cast() function
1610 return __crypto_comp_cast(tfm); in crypto_comp_cast()
1620 return __crypto_comp_cast(crypto_alloc_base(alg_name, type, mask)); in crypto_alloc_comp()