Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dctr.c160 err = skcipher_register_instance(tmpl, inst); in crypto_ctr_create()
321 err = skcipher_register_instance(tmpl, inst); in crypto_rfc3686_create()
H A Dxctr.c160 err = skcipher_register_instance(tmpl, inst); in crypto_xctr_create()
H A Dpcbc.c166 err = skcipher_register_instance(tmpl, inst); in crypto_pcbc_create()
H A Dlrw.c399 err = skcipher_register_instance(tmpl, inst); in lrw_create()
H A Dskcipher.c764 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function
778 EXPORT_SYMBOL_GPL(skcipher_register_instance);
H A Dcts.c381 err = skcipher_register_instance(tmpl, inst); in crypto_cts_create()
H A Dxts.c445 err = skcipher_register_instance(tmpl, inst); in xts_create()
H A Dhctr2.c508 err = skcipher_register_instance(tmpl, inst); in hctr2_create_common()
H A Dadiantum.c617 err = skcipher_register_instance(tmpl, inst); in adiantum_create()
H A Dessiv.c591 err = skcipher_register_instance(tmpl, skcipher_inst); in essiv_create()
H A Dcryptd.c422 err = skcipher_register_instance(tmpl, inst); in cryptd_create_skcipher()
/linux-6.15/include/crypto/internal/
H A Dskcipher.h205 int skcipher_register_instance(struct crypto_template *tmpl,