Home
last modified time | relevance | path

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

/Linux-v6.6/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()
Dxctr.c160 err = skcipher_register_instance(tmpl, inst); in crypto_xctr_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()
Dxts.c438 err = skcipher_register_instance(tmpl, inst); in xts_create()
Dskcipher.c909 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function
923 EXPORT_SYMBOL_GPL(skcipher_register_instance);
Dhctr2.c509 err = skcipher_register_instance(tmpl, inst); in hctr2_create_common()
Dadiantum.c587 err = skcipher_register_instance(tmpl, inst); in adiantum_create()
Dessiv.c592 err = skcipher_register_instance(tmpl, skcipher_inst); in essiv_create()
Dcryptd.c422 err = skcipher_register_instance(tmpl, inst); in cryptd_create_skcipher()
/Linux-v6.6/include/crypto/internal/
Dskcipher.h144 int skcipher_register_instance(struct crypto_template *tmpl,