Lines Matching refs:crypto_instance
25 struct crypto_instance;
38 void (*free)(struct crypto_instance *inst);
46 struct crypto_instance { struct
76 struct crypto_instance *inst; argument
108 struct crypto_instance *inst);
109 void crypto_unregister_instance(struct crypto_instance *inst);
111 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
122 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
181 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance()
184 return container_of(tfm->__crt_alg, struct crypto_instance, alg); in crypto_tfm_alg_instance()
187 static inline void *crypto_instance_ctx(struct crypto_instance *inst) in crypto_instance_ctx()
197 struct crypto_instance *inst, in crypto_grab_cipher()