Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/internal/
Dskcipher.h140 int skcipher_register_instance(struct crypto_template *tmpl,
/Linux-v4.19/crypto/
Dcbc.c174 err = skcipher_register_instance(tmpl, inst); in crypto_cbc_create()
Dpcbc.c275 err = skcipher_register_instance(tmpl, inst); in crypto_pcbc_create()
Dcfb.c317 err = skcipher_register_instance(tmpl, inst); in crypto_cfb_create()
Dcts.c392 err = skcipher_register_instance(tmpl, inst); in crypto_cts_create()
Dskcipher.c1027 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function
1038 EXPORT_SYMBOL_GPL(skcipher_register_instance);
Dctr.c435 err = skcipher_register_instance(tmpl, inst); in crypto_rfc3686_create()
Dlrw.c565 err = skcipher_register_instance(tmpl, inst); in create()
Dxts.c509 err = skcipher_register_instance(tmpl, inst); in create()
Dcryptd.c648 err = skcipher_register_instance(tmpl, inst); in cryptd_create_skcipher()
/Linux-v4.19/arch/x86/crypto/
Dfpu.c177 err = skcipher_register_instance(tmpl, inst); in crypto_fpu_create()