Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dcbc.c68 err = skcipher_register_instance(tmpl, inst); in crypto_cbc_create()
Decb.c76 err = skcipher_register_instance(tmpl, inst); in crypto_ecb_create()
Dofb.c74 err = skcipher_register_instance(tmpl, inst); in crypto_ofb_create()
Dctr.c157 err = skcipher_register_instance(tmpl, inst); in crypto_ctr_create()
344 err = skcipher_register_instance(tmpl, inst); in crypto_rfc3686_create()
Dkeywrap.c285 err = skcipher_register_instance(tmpl, inst); in crypto_kw_create()
Dpcbc.c166 err = skcipher_register_instance(tmpl, inst); in crypto_pcbc_create()
Dcfb.c222 err = skcipher_register_instance(tmpl, inst); in crypto_cfb_create()
Dlrw.c406 err = skcipher_register_instance(tmpl, inst); in create()
Dcts.c396 err = skcipher_register_instance(tmpl, inst); in crypto_cts_create()
Dxts.c444 err = skcipher_register_instance(tmpl, inst); in create()
Dskcipher.c1095 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function
1106 EXPORT_SYMBOL_GPL(skcipher_register_instance);
Dadiantum.c624 err = skcipher_register_instance(tmpl, inst); in adiantum_create()
Dessiv.c604 err = skcipher_register_instance(tmpl, skcipher_inst); in essiv_create()
Dcryptd.c453 err = skcipher_register_instance(tmpl, inst); in cryptd_create_skcipher()
/Linux-v5.4/include/crypto/internal/
Dskcipher.h133 int skcipher_register_instance(struct crypto_template *tmpl,