Searched refs:skcipher_register_instance (Results 1 – 11 of 11) sorted by relevance
| /Linux-v4.19/include/crypto/internal/ |
| D | skcipher.h | 140 int skcipher_register_instance(struct crypto_template *tmpl,
|
| /Linux-v4.19/crypto/ |
| D | cbc.c | 174 err = skcipher_register_instance(tmpl, inst); in crypto_cbc_create()
|
| D | pcbc.c | 275 err = skcipher_register_instance(tmpl, inst); in crypto_pcbc_create()
|
| D | cfb.c | 317 err = skcipher_register_instance(tmpl, inst); in crypto_cfb_create()
|
| D | cts.c | 392 err = skcipher_register_instance(tmpl, inst); in crypto_cts_create()
|
| D | skcipher.c | 1027 int skcipher_register_instance(struct crypto_template *tmpl, in skcipher_register_instance() function 1038 EXPORT_SYMBOL_GPL(skcipher_register_instance);
|
| D | ctr.c | 435 err = skcipher_register_instance(tmpl, inst); in crypto_rfc3686_create()
|
| D | lrw.c | 565 err = skcipher_register_instance(tmpl, inst); in create()
|
| D | xts.c | 509 err = skcipher_register_instance(tmpl, inst); in create()
|
| D | cryptd.c | 648 err = skcipher_register_instance(tmpl, inst); in cryptd_create_skcipher()
|
| /Linux-v4.19/arch/x86/crypto/ |
| D | fpu.c | 177 err = skcipher_register_instance(tmpl, inst); in crypto_fpu_create()
|