Lines Matching refs:crypto_instance
29 struct crypto_instance;
43 void (*free)(struct crypto_instance *inst);
51 struct crypto_instance { struct
81 struct crypto_instance *inst; argument
122 struct crypto_instance *inst);
123 void crypto_unregister_instance(struct crypto_instance *inst);
125 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
135 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
198 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance()
201 return container_of(tfm->__crt_alg, struct crypto_instance, alg); in crypto_tfm_alg_instance()
204 static inline void *crypto_instance_ctx(struct crypto_instance *inst) in crypto_instance_ctx()