Lines Matching refs:crypto_instance
49 struct crypto_instance;
63 void (*free)(struct crypto_instance *inst);
74 struct crypto_instance { struct
106 struct crypto_instance *inst; argument
155 struct crypto_instance *inst);
156 void crypto_unregister_instance(struct crypto_instance *inst);
158 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
168 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
218 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance()
221 return container_of(tfm->__crt_alg, struct crypto_instance, alg); in crypto_tfm_alg_instance()
224 static inline void *crypto_instance_ctx(struct crypto_instance *inst) in crypto_instance_ctx()