Home
last modified time | relevance | path

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

/linux/crypto/
H A Daead.c290 void crypto_unregister_aeads(struct aead_alg *algs, int count) in crypto_unregister_aeads() function
297 EXPORT_SYMBOL_GPL(crypto_unregister_aeads);
H A Dsimd.c469 crypto_unregister_aeads(algs, count); in simd_unregister_aeads()
/linux/include/crypto/internal/
H A Daead.h163 void crypto_unregister_aeads(struct aead_alg *algs, int count);
/linux/arch/x86/crypto/
H A Daesni-intel_glue.c1655 crypto_unregister_aeads((A), ARRAY_SIZE(A))
1714 crypto_unregister_aeads(aes_gcm_algs_aesni, in aesni_init()
1726 crypto_unregister_aeads(aes_gcm_algs_aesni, in aesni_exit()
/linux/arch/arm64/crypto/
H A Dghash-ce-glue.c534 crypto_unregister_aeads(gcm_aes_algs, ARRAY_SIZE(gcm_aes_algs)); in ghash_ce_mod_exit()
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c566 crypto_unregister_aeads(nitrox_aeads, ARRAY_SIZE(nitrox_aeads)); in nitrox_unregister_aeads()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c1526 crypto_unregister_aeads(otx_cpt_aeads, ARRAY_SIZE(otx_cpt_aeads)); in cpt_unregister_algs()
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c2958 crypto_unregister_aeads(aead_algos, ARRAY_SIZE(aead_algos)); in artpec6_crypto_remove()