Home
last modified time | relevance | path

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

/linux-5.10/crypto/
Decb.c66 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_ecb_create()
Dofb.c58 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_ofb_create()
Dkeywrap.c269 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_kw_create()
Dpcbc.c158 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_pcbc_create()
Dcbc.c179 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_cbc_create()
Dcfb.c206 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_cfb_create()
Dctr.c132 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_ctr_create()
Dskcipher.c934 struct skcipher_instance *skcipher_alloc_instance_simple( in skcipher_alloc_instance_simple() function
985 EXPORT_SYMBOL_GPL(skcipher_alloc_instance_simple);
/linux-5.10/include/crypto/internal/
Dskcipher.h211 struct skcipher_instance *skcipher_alloc_instance_simple(