Searched refs:skcipher_register_instance (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.10/crypto/ |
| D | ecb.c | 75 err = skcipher_register_instance(tmpl, inst); in crypto_ecb_create()
|
| D | ofb.c | 76 err = skcipher_register_instance(tmpl, inst); in crypto_ofb_create()
|
| D | ctr.c | 159 err = skcipher_register_instance(tmpl, inst); in crypto_ctr_create() 322 err = skcipher_register_instance(tmpl, inst); in crypto_rfc3686_create()
|
| D | keywrap.c | 287 err = skcipher_register_instance(tmpl, inst); in crypto_kw_create()
|
| D | pcbc.c | 165 err = skcipher_register_instance(tmpl, inst); in crypto_pcbc_create()
|
| D | cbc.c | 192 err = skcipher_register_instance(tmpl, inst); in crypto_cbc_create()
|
| D | cfb.c | 224 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 | 863 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function 877 EXPORT_SYMBOL_GPL(skcipher_register_instance);
|
| D | xts.c | 437 err = skcipher_register_instance(tmpl, inst); in xts_create()
|
| D | adiantum.c | 587 err = skcipher_register_instance(tmpl, inst); in adiantum_create()
|
| D | essiv.c | 586 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.10/include/crypto/internal/ |
| D | skcipher.h | 128 int skcipher_register_instance(struct crypto_template *tmpl,
|