Searched refs:skcipher_register_instance (Results 1 – 17 of 17) sorted by relevance
| /Linux-v6.6/crypto/ |
| D | ecb.c | 76 err = skcipher_register_instance(tmpl, inst); in crypto_ecb_create()
|
| D | ofb.c | 77 err = skcipher_register_instance(tmpl, inst); in crypto_ofb_create()
|
| D | ctr.c | 160 err = skcipher_register_instance(tmpl, inst); in crypto_ctr_create() 323 err = skcipher_register_instance(tmpl, inst); in crypto_rfc3686_create()
|
| D | keywrap.c | 288 err = skcipher_register_instance(tmpl, inst); in crypto_kw_create()
|
| D | xctr.c | 160 err = skcipher_register_instance(tmpl, inst); in crypto_xctr_create()
|
| D | pcbc.c | 166 err = skcipher_register_instance(tmpl, inst); in crypto_pcbc_create()
|
| D | cbc.c | 193 err = skcipher_register_instance(tmpl, inst); in crypto_cbc_create()
|
| D | cfb.c | 225 err = skcipher_register_instance(tmpl, inst); in crypto_cfb_create()
|
| D | lrw.c | 401 err = skcipher_register_instance(tmpl, inst); in lrw_create()
|
| D | cts.c | 381 err = skcipher_register_instance(tmpl, inst); in crypto_cts_create()
|
| D | xts.c | 438 err = skcipher_register_instance(tmpl, inst); in xts_create()
|
| D | skcipher.c | 909 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function 923 EXPORT_SYMBOL_GPL(skcipher_register_instance);
|
| D | hctr2.c | 509 err = skcipher_register_instance(tmpl, inst); in hctr2_create_common()
|
| D | adiantum.c | 587 err = skcipher_register_instance(tmpl, inst); in adiantum_create()
|
| D | essiv.c | 592 err = skcipher_register_instance(tmpl, skcipher_inst); in essiv_create()
|
| D | cryptd.c | 422 err = skcipher_register_instance(tmpl, inst); in cryptd_create_skcipher()
|
| /Linux-v6.6/include/crypto/internal/ |
| D | skcipher.h | 144 int skcipher_register_instance(struct crypto_template *tmpl,
|