Lines Matching refs:crypto_instance
26 struct crypto_instance;
39 void (*free)(struct crypto_instance *inst);
47 struct crypto_instance {
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,
184 static inline struct crypto_instance *crypto_tfm_alg_instance(
187 return container_of(tfm->__crt_alg, struct crypto_instance, alg);
190 static inline void *crypto_instance_ctx(struct crypto_instance *inst)
200 struct crypto_instance *inst,