Home
last modified time | relevance | path

Searched refs:lskcipher_instance (Results 1 – 3 of 3) sorted by relevance

/linux/crypto/
H A Decb.c70 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()
H A Dlskcipher.c243 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()
H A Dcbc.c140 struct lskcipher_instance *inst; in crypto_cbc_create()