crypto_unregister_aeads
crypto_unregister_aeads(gcm_aes_algs,
crypto_unregister_aeads(gcm_aes_algs,
crypto_unregister_aeads(gcm_aes_algs, ARRAY_SIZE(gcm_aes_algs));
crypto_unregister_aeads((A), ARRAY_SIZE(A))
crypto_unregister_aeads(aes_gcm_algs_aesni,
crypto_unregister_aeads(aes_gcm_algs_aesni,
EXPORT_SYMBOL_GPL(crypto_unregister_aeads);
crypto_unregister_aeads(algs, count);
crypto_unregister_aeads(aes_authenc_algs,
crypto_unregister_aeads(aes_authenc_algs, i);
crypto_unregister_aeads(aead_algos, ARRAY_SIZE(aead_algos));
crypto_unregister_aeads(nitrox_aeads, ARRAY_SIZE(nitrox_aeads));
crypto_unregister_aeads(qat_aeads, ARRAY_SIZE(qat_aeads));
crypto_unregister_aeads(otx_cpt_aeads, ARRAY_SIZE(otx_cpt_aeads));
crypto_unregister_aeads(otx2_cpt_aeads, ARRAY_SIZE(otx2_cpt_aeads));
void crypto_unregister_aeads(struct aead_alg *algs, int count);