Lines Matching refs:crypto_instance
39 struct crypto_instance { struct
53 struct crypto_instance *(*alloc)(struct rtattr **tb); argument
54 void (*free)(struct crypto_instance *inst);
63 struct crypto_instance *inst;
139 struct crypto_instance *inst);
140 int crypto_unregister_instance(struct crypto_instance *inst);
143 struct crypto_instance *inst, u32 mask);
145 struct crypto_instance *inst,
154 struct crypto_instance *inst) in crypto_set_spawn()
175 struct crypto_instance *crypto_alloc_instance(const char *name,
215 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance()
218 return container_of(tfm->__crt_alg, struct crypto_instance, alg); in crypto_tfm_alg_instance()
221 static inline void *crypto_instance_ctx(struct crypto_instance *inst) in crypto_instance_ctx()
252 static inline struct crypto_instance *crypto_aead_alg_instance( in crypto_aead_alg_instance()