Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Decb.c67 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_ecb_create()
H A Dofb.c59 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_ofb_create()
H A Dkeywrap.c270 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_kw_create()
H A Dpcbc.c159 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_pcbc_create()
H A Dcbc.c180 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_cbc_create()
H A Dcfb.c207 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_cfb_create()
H A Dctr.c133 inst = skcipher_alloc_instance_simple(tmpl, tb); in crypto_ctr_create()
H A Dskcipher.c935 struct skcipher_instance *skcipher_alloc_instance_simple( in skcipher_alloc_instance_simple() function
986 EXPORT_SYMBOL_GPL(skcipher_alloc_instance_simple);
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_fips140123 skcipher_alloc_instance_simple
H A Dabi_gki_aarch64_rockchip1132 skcipher_alloc_instance_simple
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dskcipher.h212 struct skcipher_instance *skcipher_alloc_instance_simple(