Lines Matching refs:crypto_instance
49 struct crypto_instance;
63 void (*free)(struct crypto_instance *inst);
71 struct crypto_instance { struct
103 struct crypto_instance *inst; argument
152 struct crypto_instance *inst);
153 void crypto_unregister_instance(struct crypto_instance *inst);
155 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
165 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
210 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance()
213 return container_of(tfm->__crt_alg, struct crypto_instance, alg); in crypto_tfm_alg_instance()
216 static inline void *crypto_instance_ctx(struct crypto_instance *inst) in crypto_instance_ctx()