Home
last modified time | relevance | path

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

/linux-6.15/crypto/
Dxctr.c137 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_xctr_create()
Dpcbc.c159 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_pcbc_create()
Dskcipher.c835 struct skcipher_instance *skcipher_alloc_instance_simple( in skcipher_alloc_instance_simple() function
886 EXPORT_SYMBOL_GPL(skcipher_alloc_instance_simple);
Dctr.c133 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_ctr_create()
/linux-6.15/include/crypto/internal/
Dskcipher.h278 struct skcipher_instance *skcipher_alloc_instance_simple(