Searched refs:crypto_tfm_alg_instance (Results 1 – 6 of 6) sorted by relevance
60 return aead_instance(crypto_tfm_alg_instance(&aead->base)); in aead_alg_instance()
83 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in crypto_fpu_init_tfm()
166 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_get_queue()274 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_blkcipher_init_tfm()405 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_hash_init_tfm()
222 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in mcryptd_get_queue()277 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in mcryptd_hash_init_tfm()
323 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in crypto_kw_init_tfm()
218 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance() function