Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Decb.c67 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_ecb_create()
A Dofb.c59 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_ofb_create()
A Dkeywrap.c270 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_kw_create()
A Dxctr.c137 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_xctr_create()
A Dpcbc.c159 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_pcbc_create()
A Dcbc.c180 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_cbc_create()
A Dcfb.c207 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_cfb_create()
A Dctr.c133 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_ctr_create()
A Dskcipher.c915 struct skcipher_instance *skcipher_alloc_instance_simple( in skcipher_alloc_instance_simple() function
966 EXPORT_SYMBOL_GPL(skcipher_alloc_instance_simple);
/linux-6.3-rc2/include/crypto/internal/
A Dskcipher.h241 struct skcipher_instance *skcipher_alloc_instance_simple(

Completed in 19 milliseconds