Searched refs:aead_register_instance (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140-defs.h | 10 #define aead_register_instance fips140_aead_register_instance macro
|
| H A D | fips140-alg-registration.c | 38 #undef aead_register_instance 280 aead_register_instance(tmpl, inst); in fips140_aead_register_instance()
|
| H A D | aead.c | 286 int aead_register_instance(struct crypto_template *tmpl, in aead_register_instance() function 300 EXPORT_SYMBOL_GPL(aead_register_instance);
|
| H A D | echainiv.c | 136 err = aead_register_instance(tmpl, inst); in echainiv_aead_create()
|
| H A D | seqiv.c | 159 err = aead_register_instance(tmpl, inst); in seqiv_aead_create()
|
| H A D | gcm.c | 650 err = aead_register_instance(tmpl, inst); in crypto_gcm_create_common() 891 err = aead_register_instance(tmpl, inst); in crypto_rfc4106_create() 1106 err = aead_register_instance(tmpl, inst); in crypto_rfc4543_create()
|
| H A D | pcrypt.c | 283 err = aead_register_instance(tmpl, inst); in pcrypt_create_aead()
|
| H A D | ccm.c | 523 err = aead_register_instance(tmpl, inst); in crypto_ccm_create_common() 770 err = aead_register_instance(tmpl, inst); in crypto_rfc4309_create()
|
| H A D | authencesn.c | 455 err = aead_register_instance(tmpl, inst); in crypto_authenc_esn_create()
|
| H A D | authenc.c | 440 err = aead_register_instance(tmpl, inst); in crypto_authenc_create()
|
| H A D | essiv.c | 602 err = aead_register_instance(tmpl, aead_inst); in essiv_create()
|
| H A D | chacha20poly1305.c | 629 err = aead_register_instance(tmpl, inst); in chachapoly_create()
|
| H A D | cryptd.c | 867 err = aead_register_instance(tmpl, inst); in cryptd_create_aead()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_fips140 | 8 aead_register_instance
|
| /OK3568_Linux_fs/kernel/include/crypto/internal/ |
| H A D | aead.h | 167 int aead_register_instance(struct crypto_template *tmpl,
|