mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user