ICP: AES-GCM assembly: remove unused Gmul functions

In the AES-GCM assembly files we are defining Gmul functions we
don't use anywhere.

Just remove the dead code.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Attila Fülöp <attila@fueloep.org>
Closes #18226
This commit is contained in:
Attila Fülöp
2026-02-19 19:10:02 +01:00
committed by GitHub
parent 370570890f
commit c8a72a27e5
3 changed files with 0 additions and 101 deletions
@@ -33,7 +33,6 @@
/* module/icp/asm-x86_64/modes/aesni-gcm-avx2-vaes.S */
#define gcm_init_vpclmulqdq_avx2 icp_gcm_init_vpclmulqdq_avx2
#define gcm_gmult_vpclmulqdq_avx2 icp_gcm_gmult_vpclmulqdq_avx2
#define gcm_ghash_vpclmulqdq_avx2 icp_gcm_ghash_vpclmulqdq_avx2
#define aes_gcm_enc_update_vaes_avx2 icp_aes_gcm_enc_update_vaes_avx2
#define aes_gcm_dec_update_vaes_avx2 icp_aes_gcm_dec_update_vaes_avx2