Searched refs:skcipher_register_instance (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.15/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 | 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 | skcipher.c | 858 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function 872 EXPORT_SYMBOL_GPL(skcipher_register_instance);
|
| D | xts.c | 438 err = skcipher_register_instance(tmpl, inst); in xts_create()
|
| D | adiantum.c | 588 err = skcipher_register_instance(tmpl, inst); in adiantum_create()
|
| D | essiv.c | 587 err = skcipher_register_instance(tmpl, skcipher_inst); in essiv_create()
|
| D | cryptd.c | 417 err = skcipher_register_instance(tmpl, inst); in cryptd_create_skcipher()
|
| /Linux-v5.15/include/crypto/internal/ |
| D | skcipher.h | 129 int skcipher_register_instance(struct crypto_template *tmpl,
|