Searched refs:aead_register_instance (Results 1 – 13 of 13) sorted by relevance
| /linux/crypto/ |
| H A D | aead.c | 298 int aead_register_instance(struct crypto_template *tmpl, in aead_register_instance() function 312 EXPORT_SYMBOL_GPL(aead_register_instance);
|
| H A D | echainiv.c | 124 err = aead_register_instance(tmpl, inst); in echainiv_aead_create()
|
| H A D | seqiv.c | 149 err = aead_register_instance(tmpl, inst); in seqiv_aead_create()
|
| H A D | gcm.c | 642 err = aead_register_instance(tmpl, inst); in crypto_gcm_create_common() 883 err = aead_register_instance(tmpl, inst); in crypto_rfc4106_create() 1069 err = aead_register_instance(tmpl, inst); in crypto_rfc4543_create()
|
| H A D | pcrypt.c | 288 err = aead_register_instance(tmpl, inst); in pcrypt_create_aead()
|
| H A D | ccm.c | 517 err = aead_register_instance(tmpl, inst); in crypto_ccm_create_common() 764 err = aead_register_instance(tmpl, inst); in crypto_rfc4309_create()
|
| H A D | chacha20poly1305.c | 437 err = aead_register_instance(tmpl, inst); in chachapoly_create()
|
| H A D | authenc.c | 425 err = aead_register_instance(tmpl, inst); in crypto_authenc_create()
|
| H A D | krb5enc.c | 470 err = aead_register_instance(tmpl, inst); in krb5enc_create()
|
| H A D | authencesn.c | 428 err = aead_register_instance(tmpl, inst); in crypto_authenc_esn_create()
|
| H A D | essiv.c | 603 err = aead_register_instance(tmpl, aead_inst); in essiv_create()
|
| H A D | cryptd.c | 919 err = aead_register_instance(tmpl, inst); in cryptd_create_aead()
|
| /linux/include/crypto/internal/ |
| H A D | aead.h | 164 int aead_register_instance(struct crypto_template *tmpl,
|