Home
last modified time | relevance | path

Searched refs:skcipher_alloc_instance_simple (Results 1 – 8 of 8) sorted by relevance

/crypto/
Dcbc.c57 inst = skcipher_alloc_instance_simple(tmpl, tb, &alg); in crypto_cbc_create()
Decb.c67 inst = skcipher_alloc_instance_simple(tmpl, tb, &alg); in crypto_ecb_create()
Dofb.c58 inst = skcipher_alloc_instance_simple(tmpl, tb, &alg); in crypto_ofb_create()
Dkeywrap.c269 inst = skcipher_alloc_instance_simple(tmpl, tb, &alg); in crypto_kw_create()
Dpcbc.c159 inst = skcipher_alloc_instance_simple(tmpl, tb, &alg); in crypto_pcbc_create()
Dcfb.c206 inst = skcipher_alloc_instance_simple(tmpl, tb, &alg); in crypto_cfb_create()
Dctr.c132 inst = skcipher_alloc_instance_simple(tmpl, tb, &alg); in crypto_ctr_create()
Dskcipher.c1170 skcipher_alloc_instance_simple(struct crypto_template *tmpl, struct rtattr **tb, in skcipher_alloc_instance_simple() function
1237 EXPORT_SYMBOL_GPL(skcipher_alloc_instance_simple);