Searched refs:crypto_unregister_aeads (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/crypto/ |
A D | aead.c | 277 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads() function 284 EXPORT_SYMBOL_GPL(crypto_unregister_aeads);
|
A D | simd.c | 515 crypto_unregister_aeads(algs, count); in simd_unregister_aeads()
|
/linux-6.3-rc2/include/crypto/internal/ |
A D | aead.h | 163 void crypto_unregister_aeads(struct aead_alg *algs, int count);
|
/linux-6.3-rc2/arch/arm/crypto/ |
A D | ghash-ce-glue.c | 780 crypto_unregister_aeads(gcm_aes_algs, in ghash_ce_mod_init() 790 crypto_unregister_aeads(gcm_aes_algs, in ghash_ce_mod_exit()
|
/linux-6.3-rc2/drivers/crypto/cavium/nitrox/ |
A D | nitrox_aead.c | 566 crypto_unregister_aeads(nitrox_aeads, ARRAY_SIZE(nitrox_aeads)); in nitrox_unregister_aeads()
|
/linux-6.3-rc2/arch/arm64/crypto/ |
A D | ghash-ce-glue.c | 575 crypto_unregister_aeads(gcm_aes_algs, ARRAY_SIZE(gcm_aes_algs)); in ghash_ce_mod_exit()
|
/linux-6.3-rc2/drivers/crypto/keembay/ |
A D | keembay-ocs-aes-core.c | 1547 crypto_unregister_aeads(algs_aead, ARRAY_SIZE(algs_aead)); in unregister_aes_algs() 1565 crypto_unregister_aeads(algs_aead, ARRAY_SIZE(algs)); in register_aes_algs()
|
/linux-6.3-rc2/drivers/crypto/qat/qat_common/ |
A D | qat_algs.c | 1419 crypto_unregister_aeads(qat_aeads, ARRAY_SIZE(qat_aeads)); in qat_algs_unregister()
|
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/ |
A D | otx_cptvf_algs.c | 1624 crypto_unregister_aeads(otx_cpt_aeads, ARRAY_SIZE(otx_cpt_aeads)); in cpt_unregister_algs()
|
/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cptvf_algs.c | 1659 crypto_unregister_aeads(otx2_cpt_aeads, ARRAY_SIZE(otx2_cpt_aeads)); in cpt_unregister_algs()
|
/linux-6.3-rc2/drivers/crypto/stm32/ |
A D | stm32-cryp.c | 2088 crypto_unregister_aeads(aead_algs, ARRAY_SIZE(aead_algs)); in stm32_cryp_remove()
|
/linux-6.3-rc2/drivers/crypto/axis/ |
A D | artpec6_crypto.c | 2967 crypto_unregister_aeads(aead_algos, ARRAY_SIZE(aead_algos)); in artpec6_crypto_remove()
|
Completed in 41 milliseconds