Lines Matching refs:inst
39 void (*free)(struct crypto_instance *inst);
79 struct crypto_instance *inst;
111 struct crypto_instance *inst);
112 void crypto_unregister_instance(struct crypto_instance *inst);
114 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
125 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
190 static inline void *crypto_instance_ctx(struct crypto_instance *inst)
192 return inst->__ctx;
200 struct crypto_instance *inst,
206 return crypto_grab_spawn(&spawn->base, inst, name, type, mask);