Lines Matching refs:crypto_instance
29 struct crypto_instance;
41 void (*free)(struct crypto_instance *inst);
49 struct crypto_instance { struct
63 struct crypto_instance *(*alloc)(struct rtattr **tb); argument
64 void (*free)(struct crypto_instance *inst);
73 struct crypto_instance *inst;
148 struct crypto_instance *inst);
149 int crypto_unregister_instance(struct crypto_instance *inst);
152 struct crypto_instance *inst, u32 mask);
154 struct crypto_instance *inst,
165 struct crypto_instance *inst) in crypto_set_spawn()
184 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
188 struct crypto_instance *crypto_alloc_instance(const char *name,
266 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance()
269 return container_of(tfm->__crt_alg, struct crypto_instance, alg); in crypto_tfm_alg_instance()
272 static inline void *crypto_instance_ctx(struct crypto_instance *inst) in crypto_instance_ctx()