Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Decb.c76 err = skcipher_register_instance(tmpl, inst); in crypto_ecb_create()
Dofb.c77 err = skcipher_register_instance(tmpl, inst); in crypto_ofb_create()
Dctr.c160 err = skcipher_register_instance(tmpl, inst); in crypto_ctr_create()
323 err = skcipher_register_instance(tmpl, inst); in crypto_rfc3686_create()
Dkeywrap.c288 err = skcipher_register_instance(tmpl, inst); in crypto_kw_create()
Dpcbc.c166 err = skcipher_register_instance(tmpl, inst); in crypto_pcbc_create()
Dcbc.c193 err = skcipher_register_instance(tmpl, inst); in crypto_cbc_create()
Dcfb.c225 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.c858 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function
872 EXPORT_SYMBOL_GPL(skcipher_register_instance);
Dxts.c438 err = skcipher_register_instance(tmpl, inst); in xts_create()
Dadiantum.c588 err = skcipher_register_instance(tmpl, inst); in adiantum_create()
Dessiv.c587 err = skcipher_register_instance(tmpl, skcipher_inst); in essiv_create()
Dcryptd.c417 err = skcipher_register_instance(tmpl, inst); in cryptd_create_skcipher()
/Linux-v5.15/include/crypto/internal/
Dskcipher.h129 int skcipher_register_instance(struct crypto_template *tmpl,