Home
last modified time | relevance | path

Searched refs:crypto_unregister_aeads (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/include/crypto/internal/
Daead.h163 void crypto_unregister_aeads(struct aead_alg *algs, int count);
/Linux-v6.6/crypto/
Daead.c333 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads() function
340 EXPORT_SYMBOL_GPL(crypto_unregister_aeads);
Dsimd.c515 crypto_unregister_aeads(algs, count); in simd_unregister_aeads()
/Linux-v6.6/arch/arm/crypto/
Dghash-ce-glue.c780 crypto_unregister_aeads(gcm_aes_algs, in ghash_ce_mod_init()
790 crypto_unregister_aeads(gcm_aes_algs, in ghash_ce_mod_exit()
/Linux-v6.6/drivers/crypto/cavium/nitrox/
Dnitrox_aead.c566 crypto_unregister_aeads(nitrox_aeads, ARRAY_SIZE(nitrox_aeads)); in nitrox_unregister_aeads()
/Linux-v6.6/arch/arm64/crypto/
Dghash-ce-glue.c575 crypto_unregister_aeads(gcm_aes_algs, ARRAY_SIZE(gcm_aes_algs)); in ghash_ce_mod_exit()
/Linux-v6.6/drivers/crypto/intel/qat/qat_common/
Dqat_algs.c1418 crypto_unregister_aeads(qat_aeads, ARRAY_SIZE(qat_aeads)); in qat_algs_unregister()
/Linux-v6.6/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.c1624 crypto_unregister_aeads(otx_cpt_aeads, ARRAY_SIZE(otx_cpt_aeads)); in cpt_unregister_algs()
/Linux-v6.6/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.c1659 crypto_unregister_aeads(otx2_cpt_aeads, ARRAY_SIZE(otx2_cpt_aeads)); in cpt_unregister_algs()
/Linux-v6.6/drivers/crypto/axis/
Dartpec6_crypto.c2967 crypto_unregister_aeads(aead_algos, ARRAY_SIZE(aead_algos)); in artpec6_crypto_remove()