Lines Matching refs:crypto_instance
21 struct crypto_instance;
34 void (*free)(struct crypto_instance *inst);
42 struct crypto_instance { struct
56 struct crypto_instance *(*alloc)(struct rtattr **tb); argument
57 void (*free)(struct crypto_instance *inst);
66 struct crypto_instance *inst;
141 struct crypto_instance *inst);
142 int crypto_unregister_instance(struct crypto_instance *inst);
145 struct crypto_instance *inst, u32 mask);
147 struct crypto_instance *inst,
158 struct crypto_instance *inst) in crypto_set_spawn()
179 struct crypto_instance *crypto_alloc_instance(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()