Searched refs:crypto_tfm_alg_instance (Results 1 – 3 of 3) sorted by relevance
130 return kpp_instance(crypto_tfm_alg_instance(&kpp->base)); in kpp_alg_instance()
60 return aead_instance(crypto_tfm_alg_instance(&aead->base)); in aead_alg_instance()
214 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance() function