Searched refs:skcipher_register_instance (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/crypto/ |
| H A D | ctr.c | 160 err = skcipher_register_instance(tmpl, inst); in crypto_ctr_create() 321 err = skcipher_register_instance(tmpl, inst); in crypto_rfc3686_create()
|
| H A D | xctr.c | 160 err = skcipher_register_instance(tmpl, inst); in crypto_xctr_create()
|
| H A D | pcbc.c | 166 err = skcipher_register_instance(tmpl, inst); in crypto_pcbc_create()
|
| H A D | lrw.c | 399 err = skcipher_register_instance(tmpl, inst); in lrw_create()
|
| H A D | skcipher.c | 764 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function 778 EXPORT_SYMBOL_GPL(skcipher_register_instance);
|
| H A D | cts.c | 381 err = skcipher_register_instance(tmpl, inst); in crypto_cts_create()
|
| H A D | xts.c | 445 err = skcipher_register_instance(tmpl, inst); in xts_create()
|
| H A D | hctr2.c | 508 err = skcipher_register_instance(tmpl, inst); in hctr2_create_common()
|
| H A D | adiantum.c | 617 err = skcipher_register_instance(tmpl, inst); in adiantum_create()
|
| H A D | essiv.c | 591 err = skcipher_register_instance(tmpl, skcipher_inst); in essiv_create()
|
| H A D | cryptd.c | 422 err = skcipher_register_instance(tmpl, inst); in cryptd_create_skcipher()
|
| /linux-6.15/include/crypto/internal/ |
| H A D | skcipher.h | 205 int skcipher_register_instance(struct crypto_template *tmpl,
|