diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/aes/asm/vpaes-x86.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libcrypto/aes/asm/vpaes-x86.pl b/lib/libcrypto/aes/asm/vpaes-x86.pl index 38cef61733c..6e7bd36d05c 100644 --- a/lib/libcrypto/aes/asm/vpaes-x86.pl +++ b/lib/libcrypto/aes/asm/vpaes-x86.pl @@ -157,7 +157,6 @@ $k_dsbo=0x2c0; # decryption sbox final output &previous(); &function_begin_B("_vpaes_preheat"); - &add ($const,&DWP(0,"esp")); &movdqa ("xmm7",&QWP($k_inv,$const)); &movdqa ("xmm6",&QWP($k_s0F,$const)); &ret (); @@ -368,7 +367,6 @@ $k_dsbo=0x2c0; # decryption sbox final output ## ## ######################################################## &function_begin_B("_vpaes_schedule_core"); - &add ($const,&DWP(0,"esp")); &movdqu ("xmm0",&QWP(0,$inp)); # load key (unaligned) &movdqa ("xmm2",&QWP($k_rcon,$const)); # load rcon |