Searched refs:crypto_tfm_alg_instance (Results 1 – 6 of 6) sorted by relevance
188 return ahash_instance(crypto_tfm_alg_instance(&ahash->base)); in ahash_alg_instance()254 return shash_instance(crypto_tfm_alg_instance(&shash->base)); in shash_alg_instance()
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()
210 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance() function
599 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in vmac_init_tfm()
189 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_get_queue()