Searched refs:skcipher_register_instance (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/crypto/ |
| D | cbc.c | 68 err = skcipher_register_instance(tmpl, inst); in crypto_cbc_create()
|
| D | ecb.c | 76 err = skcipher_register_instance(tmpl, inst); in crypto_ecb_create()
|
| D | ofb.c | 74 err = skcipher_register_instance(tmpl, inst); in crypto_ofb_create()
|
| D | ctr.c | 157 err = skcipher_register_instance(tmpl, inst); in crypto_ctr_create() 344 err = skcipher_register_instance(tmpl, inst); in crypto_rfc3686_create()
|
| D | keywrap.c | 285 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 | cfb.c | 222 err = skcipher_register_instance(tmpl, inst); in crypto_cfb_create()
|
| D | lrw.c | 406 err = skcipher_register_instance(tmpl, inst); in create()
|
| D | cts.c | 396 err = skcipher_register_instance(tmpl, inst); in crypto_cts_create()
|
| D | xts.c | 444 err = skcipher_register_instance(tmpl, inst); in create()
|
| D | skcipher.c | 1095 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function 1106 EXPORT_SYMBOL_GPL(skcipher_register_instance);
|
| D | adiantum.c | 624 err = skcipher_register_instance(tmpl, inst); in adiantum_create()
|
| D | essiv.c | 604 err = skcipher_register_instance(tmpl, skcipher_inst); in essiv_create()
|
| D | cryptd.c | 453 err = skcipher_register_instance(tmpl, inst); in cryptd_create_skcipher()
|
| /Linux-v5.4/include/crypto/internal/ |
| D | skcipher.h | 133 int skcipher_register_instance(struct crypto_template *tmpl,
|