Searched refs:crypto_unregister_aeads (Results 1 – 12 of 12) sorted by relevance
| /linux/crypto/ |
| H A D | aead.c | 289 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads() function 296 EXPORT_SYMBOL_GPL(crypto_unregister_aeads);
|
| H A D | simd.c | 469 crypto_unregister_aeads(algs, count); in simd_unregister_aeads()
|
| /linux/include/crypto/internal/ |
| H A D | aead.h | 163 void crypto_unregister_aeads(struct aead_alg *algs, int count);
|
| /linux/arch/arm/crypto/ |
| H A D | ghash-ce-glue.c | 586 crypto_unregister_aeads(gcm_aes_algs, in ghash_ce_mod_init() 595 crypto_unregister_aeads(gcm_aes_algs, in ghash_ce_mod_exit()
|
| /linux/arch/x86/crypto/ |
| H A D | aesni-intel_glue.c | 1595 crypto_unregister_aeads((A), ARRAY_SIZE(A)) 1650 crypto_unregister_aeads(aes_gcm_algs_aesni, in aesni_init() 1660 crypto_unregister_aeads(aes_gcm_algs_aesni, in aesni_exit()
|
| /linux/arch/arm64/crypto/ |
| H A D | ghash-ce-glue.c | 521 crypto_unregister_aeads(gcm_aes_algs, ARRAY_SIZE(gcm_aes_algs)); in ghash_ce_mod_exit()
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_aead.c | 566 crypto_unregister_aeads(nitrox_aeads, ARRAY_SIZE(nitrox_aeads)); in nitrox_unregister_aeads()
|
| /linux/drivers/crypto/ |
| H A D | atmel-aes.c | 2206 crypto_unregister_aeads(aes_authenc_algs, in atmel_aes_unregister_algs() 2272 crypto_unregister_aeads(aes_authenc_algs, i); in atmel_aes_register_algs()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_algs.c | 1343 crypto_unregister_aeads(qat_aeads, ARRAY_SIZE(qat_aeads)); in qat_algs_unregister()
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 1526 crypto_unregister_aeads(otx_cpt_aeads, ARRAY_SIZE(otx_cpt_aeads)); in cpt_unregister_algs()
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptvf_algs.c | 1618 crypto_unregister_aeads(otx2_cpt_aeads, ARRAY_SIZE(otx2_cpt_aeads)); in cpt_unregister_algs()
|
| /linux/drivers/crypto/axis/ |
| H A D | artpec6_crypto.c | 2958 crypto_unregister_aeads(aead_algos, ARRAY_SIZE(aead_algos)); in artpec6_crypto_remove()
|