Home
last modified time | relevance | path

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

/linux/crypto/
H A Dkeywrap.c270 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_kw_create()
H A Dxctr.c137 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_xctr_create()
H A Dpcbc.c159 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_pcbc_create()
H A Dctr.c133 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_ctr_create()
H A Dskcipher.c1033 struct skcipher_instance *skcipher_alloc_instance_simple( in skcipher_alloc_instance_simple() function
1084 EXPORT_SYMBOL_GPL(skcipher_alloc_instance_simple);
/linux/include/crypto/internal/
H A Dskcipher.h272 struct skcipher_instance *skcipher_alloc_instance_simple(