Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Decb.c75 err = skcipher_register_instance(tmpl, inst); in crypto_ecb_create()
Dofb.c76 err = skcipher_register_instance(tmpl, inst); in crypto_ofb_create()
Dctr.c159 err = skcipher_register_instance(tmpl, inst); in crypto_ctr_create()
322 err = skcipher_register_instance(tmpl, inst); in crypto_rfc3686_create()
Dkeywrap.c287 err = skcipher_register_instance(tmpl, inst); in crypto_kw_create()
Dpcbc.c165 err = skcipher_register_instance(tmpl, inst); in crypto_pcbc_create()
Dcbc.c192 err = skcipher_register_instance(tmpl, inst); in crypto_cbc_create()
Dcfb.c224 err = skcipher_register_instance(tmpl, inst); in crypto_cfb_create()
Dlrw.c401 err = skcipher_register_instance(tmpl, inst); in lrw_create()
Dcts.c381 err = skcipher_register_instance(tmpl, inst); in crypto_cts_create()
Dskcipher.c863 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function
877 EXPORT_SYMBOL_GPL(skcipher_register_instance);
Dxts.c437 err = skcipher_register_instance(tmpl, inst); in xts_create()
Dadiantum.c587 err = skcipher_register_instance(tmpl, inst); in adiantum_create()
Dessiv.c586 err = skcipher_register_instance(tmpl, skcipher_inst); in essiv_create()
Dcryptd.c417 err = skcipher_register_instance(tmpl, inst); in cryptd_create_skcipher()
/Linux-v5.10/include/crypto/internal/
Dskcipher.h128 int skcipher_register_instance(struct crypto_template *tmpl,