Searched refs:lskcipher_instance (Results 1 – 4 of 4) sorted by relevance
39 struct lskcipher_instance { struct40 void (*free)(struct lskcipher_instance *inst); argument99 struct lskcipher_instance *inst) in lskcipher_crypto_instance()111 static inline struct lskcipher_instance *lskcipher_alg_instance( in lskcipher_alg_instance()115 struct lskcipher_instance, alg); in lskcipher_alg_instance()123 static inline void *lskcipher_instance_ctx(struct lskcipher_instance *inst) in lskcipher_instance_ctx()206 struct lskcipher_instance *inst);291 struct lskcipher_instance *lskcipher_alloc_instance_simple(295 struct lskcipher_instance *inst) in lskcipher_ialg_simple()
70 struct lskcipher_instance *inst = lskcipher_alg_instance(tfm); in lskcipher_init_tfm_simple2()91 static void lskcipher_free_instance_simple2(struct lskcipher_instance *inst) in lskcipher_free_instance_simple2()97 static struct lskcipher_instance *lskcipher_alloc_instance_simple2( in lskcipher_alloc_instance_simple2()101 struct lskcipher_instance *inst; in lskcipher_alloc_instance_simple2()151 struct lskcipher_instance *inst; in crypto_ecb_create2()175 struct lskcipher_instance *inst; in crypto_ecb_create()
243 struct lskcipher_instance *skcipher = in crypto_lskcipher_free_instance()244 container_of(inst, struct lskcipher_instance, s.base); in crypto_lskcipher_free_instance()410 struct lskcipher_instance *inst) in lskcipher_register_instance()438 struct lskcipher_instance *inst = lskcipher_alg_instance(tfm); in lskcipher_init_tfm_simple()459 static void lskcipher_free_instance_simple(struct lskcipher_instance *inst) in lskcipher_free_instance_simple()482 struct lskcipher_instance *lskcipher_alloc_instance_simple( in lskcipher_alloc_instance_simple()486 struct lskcipher_instance *inst; in lskcipher_alloc_instance_simple()
140 struct lskcipher_instance *inst; in crypto_cbc_create()
Completed in 9 milliseconds