Searched refs:lskcipher_instance (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/crypto/internal/
H A Dskcipher.h39 struct lskcipher_instance { struct
40 void (*free)(struct lskcipher_instance *inst);
99 struct lskcipher_instance *inst)
111 static inline struct lskcipher_instance *lskcipher_alg_instance(
115 struct lskcipher_instance, alg);
123 static inline void *lskcipher_instance_ctx(struct lskcipher_instance *inst)
206 struct lskcipher_instance *inst);
291 struct lskcipher_instance *lskcipher_alloc_instance_simple(
295 struct lskcipher_instance *inst)
/linux-master/crypto/
H A Decb.c70 struct lskcipher_instance *inst = lskcipher_alg_instance(tfm);
91 static void lskcipher_free_instance_simple2(struct lskcipher_instance *inst)
97 static struct lskcipher_instance *lskcipher_alloc_instance_simple2(
101 struct lskcipher_instance *inst;
151 struct lskcipher_instance *inst;
175 struct lskcipher_instance *inst;
H A Dlskcipher.c243 struct lskcipher_instance *skcipher =
244 container_of(inst, struct lskcipher_instance, s.base);
410 struct lskcipher_instance *inst)
438 struct lskcipher_instance *inst = lskcipher_alg_instance(tfm);
459 static void lskcipher_free_instance_simple(struct lskcipher_instance *inst)
468 * Allocate an lskcipher_instance for a simple block cipher mode of operation,
482 struct lskcipher_instance *lskcipher_alloc_instance_simple(
486 struct lskcipher_instance *inst;
H A Dcbc.c140 struct lskcipher_instance *inst;

Completed in 185 milliseconds