Index: third_party/boringssl/linux-x86/crypto/aes/aesni-x86.S |
diff --git a/third_party/boringssl/linux-x86/crypto/aes/aesni-x86.S b/third_party/boringssl/linux-x86/crypto/aes/aesni-x86.S |
index aec110d4b11eee5301f63cd43ec838fae26efbd5..5aee116e84353d85c64d3c79f17a1f03e1c265e0 100644 |
--- a/third_party/boringssl/linux-x86/crypto/aes/aesni-x86.S |
+++ b/third_party/boringssl/linux-x86/crypto/aes/aesni-x86.S |
@@ -23,10 +23,7 @@ aesni_encrypt: |
leal 16(%edx),%edx |
jnz .L000enc1_loop_1 |
.byte 102,15,56,221,209 |
- pxor %xmm0,%xmm0 |
- pxor %xmm1,%xmm1 |
movups %xmm2,(%eax) |
- pxor %xmm2,%xmm2 |
ret |
.size aesni_encrypt,.-.L_aesni_encrypt_begin |
.globl aesni_decrypt |
@@ -51,10 +48,7 @@ aesni_decrypt: |
leal 16(%edx),%edx |
jnz .L001dec1_loop_2 |
.byte 102,15,56,223,209 |
- pxor %xmm0,%xmm0 |
- pxor %xmm1,%xmm1 |
movups %xmm2,(%eax) |
- pxor %xmm2,%xmm2 |
ret |
.size aesni_decrypt,.-.L_aesni_decrypt_begin |
.hidden _aesni_encrypt2 |
@@ -275,15 +269,17 @@ _aesni_encrypt6: |
negl %ecx |
.byte 102,15,56,220,225 |
pxor %xmm0,%xmm7 |
- movups (%edx,%ecx,1),%xmm0 |
addl $16,%ecx |
- jmp .L008_aesni_encrypt6_inner |
+.byte 102,15,56,220,233 |
+.byte 102,15,56,220,241 |
+.byte 102,15,56,220,249 |
+ movups -16(%edx,%ecx,1),%xmm0 |
+ jmp .L_aesni_encrypt6_enter |
.align 16 |
-.L009enc6_loop: |
+.L008enc6_loop: |
.byte 102,15,56,220,209 |
.byte 102,15,56,220,217 |
.byte 102,15,56,220,225 |
-.L008_aesni_encrypt6_inner: |
.byte 102,15,56,220,233 |
.byte 102,15,56,220,241 |
.byte 102,15,56,220,249 |
@@ -297,7 +293,7 @@ _aesni_encrypt6: |
.byte 102,15,56,220,240 |
.byte 102,15,56,220,248 |
movups -16(%edx,%ecx,1),%xmm0 |
- jnz .L009enc6_loop |
+ jnz .L008enc6_loop |
.byte 102,15,56,220,209 |
.byte 102,15,56,220,217 |
.byte 102,15,56,220,225 |
@@ -330,15 +326,17 @@ _aesni_decrypt6: |
negl %ecx |
.byte 102,15,56,222,225 |
pxor %xmm0,%xmm7 |
- movups (%edx,%ecx,1),%xmm0 |
addl $16,%ecx |
- jmp .L010_aesni_decrypt6_inner |
+.byte 102,15,56,222,233 |
+.byte 102,15,56,222,241 |
+.byte 102,15,56,222,249 |
+ movups -16(%edx,%ecx,1),%xmm0 |
+ jmp .L_aesni_decrypt6_enter |
.align 16 |
-.L011dec6_loop: |
+.L009dec6_loop: |
.byte 102,15,56,222,209 |
.byte 102,15,56,222,217 |
.byte 102,15,56,222,225 |
-.L010_aesni_decrypt6_inner: |
.byte 102,15,56,222,233 |
.byte 102,15,56,222,241 |
.byte 102,15,56,222,249 |
@@ -352,7 +350,7 @@ _aesni_decrypt6: |
.byte 102,15,56,222,240 |
.byte 102,15,56,222,248 |
movups -16(%edx,%ecx,1),%xmm0 |
- jnz .L011dec6_loop |
+ jnz .L009dec6_loop |
.byte 102,15,56,222,209 |
.byte 102,15,56,222,217 |
.byte 102,15,56,222,225 |
@@ -383,14 +381,14 @@ aesni_ecb_encrypt: |
movl 32(%esp),%edx |
movl 36(%esp),%ebx |
andl $-16,%eax |
- jz .L012ecb_ret |
+ jz .L010ecb_ret |
movl 240(%edx),%ecx |
testl %ebx,%ebx |
- jz .L013ecb_decrypt |
+ jz .L011ecb_decrypt |
movl %edx,%ebp |
movl %ecx,%ebx |
cmpl $96,%eax |
- jb .L014ecb_enc_tail |
+ jb .L012ecb_enc_tail |
movdqu (%esi),%xmm2 |
movdqu 16(%esi),%xmm3 |
movdqu 32(%esi),%xmm4 |
@@ -399,9 +397,9 @@ aesni_ecb_encrypt: |
movdqu 80(%esi),%xmm7 |
leal 96(%esi),%esi |
subl $96,%eax |
- jmp .L015ecb_enc_loop6_enter |
+ jmp .L013ecb_enc_loop6_enter |
.align 16 |
-.L016ecb_enc_loop6: |
+.L014ecb_enc_loop6: |
movups %xmm2,(%edi) |
movdqu (%esi),%xmm2 |
movups %xmm3,16(%edi) |
@@ -416,12 +414,12 @@ aesni_ecb_encrypt: |
leal 96(%edi),%edi |
movdqu 80(%esi),%xmm7 |
leal 96(%esi),%esi |
-.L015ecb_enc_loop6_enter: |
+.L013ecb_enc_loop6_enter: |
call _aesni_encrypt6 |
movl %ebp,%edx |
movl %ebx,%ecx |
subl $96,%eax |
- jnc .L016ecb_enc_loop6 |
+ jnc .L014ecb_enc_loop6 |
movups %xmm2,(%edi) |
movups %xmm3,16(%edi) |
movups %xmm4,32(%edi) |
@@ -430,18 +428,18 @@ aesni_ecb_encrypt: |
movups %xmm7,80(%edi) |
leal 96(%edi),%edi |
addl $96,%eax |
- jz .L012ecb_ret |
-.L014ecb_enc_tail: |
+ jz .L010ecb_ret |
+.L012ecb_enc_tail: |
movups (%esi),%xmm2 |
cmpl $32,%eax |
- jb .L017ecb_enc_one |
+ jb .L015ecb_enc_one |
movups 16(%esi),%xmm3 |
- je .L018ecb_enc_two |
+ je .L016ecb_enc_two |
movups 32(%esi),%xmm4 |
cmpl $64,%eax |
- jb .L019ecb_enc_three |
+ jb .L017ecb_enc_three |
movups 48(%esi),%xmm5 |
- je .L020ecb_enc_four |
+ je .L018ecb_enc_four |
movups 64(%esi),%xmm6 |
xorps %xmm7,%xmm7 |
call _aesni_encrypt6 |
@@ -450,49 +448,49 @@ aesni_ecb_encrypt: |
movups %xmm4,32(%edi) |
movups %xmm5,48(%edi) |
movups %xmm6,64(%edi) |
- jmp .L012ecb_ret |
+ jmp .L010ecb_ret |
.align 16 |
-.L017ecb_enc_one: |
+.L015ecb_enc_one: |
movups (%edx),%xmm0 |
movups 16(%edx),%xmm1 |
leal 32(%edx),%edx |
xorps %xmm0,%xmm2 |
-.L021enc1_loop_3: |
+.L019enc1_loop_3: |
.byte 102,15,56,220,209 |
decl %ecx |
movups (%edx),%xmm1 |
leal 16(%edx),%edx |
- jnz .L021enc1_loop_3 |
+ jnz .L019enc1_loop_3 |
.byte 102,15,56,221,209 |
movups %xmm2,(%edi) |
- jmp .L012ecb_ret |
+ jmp .L010ecb_ret |
.align 16 |
-.L018ecb_enc_two: |
+.L016ecb_enc_two: |
call _aesni_encrypt2 |
movups %xmm2,(%edi) |
movups %xmm3,16(%edi) |
- jmp .L012ecb_ret |
+ jmp .L010ecb_ret |
.align 16 |
-.L019ecb_enc_three: |
+.L017ecb_enc_three: |
call _aesni_encrypt3 |
movups %xmm2,(%edi) |
movups %xmm3,16(%edi) |
movups %xmm4,32(%edi) |
- jmp .L012ecb_ret |
+ jmp .L010ecb_ret |
.align 16 |
-.L020ecb_enc_four: |
+.L018ecb_enc_four: |
call _aesni_encrypt4 |
movups %xmm2,(%edi) |
movups %xmm3,16(%edi) |
movups %xmm4,32(%edi) |
movups %xmm5,48(%edi) |
- jmp .L012ecb_ret |
+ jmp .L010ecb_ret |
.align 16 |
-.L013ecb_decrypt: |
+.L011ecb_decrypt: |
movl %edx,%ebp |
movl %ecx,%ebx |
cmpl $96,%eax |
- jb .L022ecb_dec_tail |
+ jb .L020ecb_dec_tail |
movdqu (%esi),%xmm2 |
movdqu 16(%esi),%xmm3 |
movdqu 32(%esi),%xmm4 |
@@ -501,9 +499,9 @@ aesni_ecb_encrypt: |
movdqu 80(%esi),%xmm7 |
leal 96(%esi),%esi |
subl $96,%eax |
- jmp .L023ecb_dec_loop6_enter |
+ jmp .L021ecb_dec_loop6_enter |
.align 16 |
-.L024ecb_dec_loop6: |
+.L022ecb_dec_loop6: |
movups %xmm2,(%edi) |
movdqu (%esi),%xmm2 |
movups %xmm3,16(%edi) |
@@ -518,12 +516,12 @@ aesni_ecb_encrypt: |
leal 96(%edi),%edi |
movdqu 80(%esi),%xmm7 |
leal 96(%esi),%esi |
-.L023ecb_dec_loop6_enter: |
+.L021ecb_dec_loop6_enter: |
call _aesni_decrypt6 |
movl %ebp,%edx |
movl %ebx,%ecx |
subl $96,%eax |
- jnc .L024ecb_dec_loop6 |
+ jnc .L022ecb_dec_loop6 |
movups %xmm2,(%edi) |
movups %xmm3,16(%edi) |
movups %xmm4,32(%edi) |
@@ -532,18 +530,18 @@ aesni_ecb_encrypt: |
movups %xmm7,80(%edi) |
leal 96(%edi),%edi |
addl $96,%eax |
- jz .L012ecb_ret |
-.L022ecb_dec_tail: |
+ jz .L010ecb_ret |
+.L020ecb_dec_tail: |
movups (%esi),%xmm2 |
cmpl $32,%eax |
- jb .L025ecb_dec_one |
+ jb .L023ecb_dec_one |
movups 16(%esi),%xmm3 |
- je .L026ecb_dec_two |
+ je .L024ecb_dec_two |
movups 32(%esi),%xmm4 |
cmpl $64,%eax |
- jb .L027ecb_dec_three |
+ jb .L025ecb_dec_three |
movups 48(%esi),%xmm5 |
- je .L028ecb_dec_four |
+ je .L026ecb_dec_four |
movups 64(%esi),%xmm6 |
xorps %xmm7,%xmm7 |
call _aesni_decrypt6 |
@@ -552,51 +550,43 @@ aesni_ecb_encrypt: |
movups %xmm4,32(%edi) |
movups %xmm5,48(%edi) |
movups %xmm6,64(%edi) |
- jmp .L012ecb_ret |
+ jmp .L010ecb_ret |
.align 16 |
-.L025ecb_dec_one: |
+.L023ecb_dec_one: |
movups (%edx),%xmm0 |
movups 16(%edx),%xmm1 |
leal 32(%edx),%edx |
xorps %xmm0,%xmm2 |
-.L029dec1_loop_4: |
+.L027dec1_loop_4: |
.byte 102,15,56,222,209 |
decl %ecx |
movups (%edx),%xmm1 |
leal 16(%edx),%edx |
- jnz .L029dec1_loop_4 |
+ jnz .L027dec1_loop_4 |
.byte 102,15,56,223,209 |
movups %xmm2,(%edi) |
- jmp .L012ecb_ret |
+ jmp .L010ecb_ret |
.align 16 |
-.L026ecb_dec_two: |
+.L024ecb_dec_two: |
call _aesni_decrypt2 |
movups %xmm2,(%edi) |
movups %xmm3,16(%edi) |
- jmp .L012ecb_ret |
+ jmp .L010ecb_ret |
.align 16 |
-.L027ecb_dec_three: |
+.L025ecb_dec_three: |
call _aesni_decrypt3 |
movups %xmm2,(%edi) |
movups %xmm3,16(%edi) |
movups %xmm4,32(%edi) |
- jmp .L012ecb_ret |
+ jmp .L010ecb_ret |
.align 16 |
-.L028ecb_dec_four: |
+.L026ecb_dec_four: |
call _aesni_decrypt4 |
movups %xmm2,(%edi) |
movups %xmm3,16(%edi) |
movups %xmm4,32(%edi) |
movups %xmm5,48(%edi) |
-.L012ecb_ret: |
- pxor %xmm0,%xmm0 |
- pxor %xmm1,%xmm1 |
- pxor %xmm2,%xmm2 |
- pxor %xmm3,%xmm3 |
- pxor %xmm4,%xmm4 |
- pxor %xmm5,%xmm5 |
- pxor %xmm6,%xmm6 |
- pxor %xmm7,%xmm7 |
+.L010ecb_ret: |
popl %edi |
popl %esi |
popl %ebx |
@@ -644,7 +634,7 @@ aesni_ccm64_encrypt_blocks: |
leal 32(%edx,%ecx,1),%edx |
subl %ecx,%ebx |
.byte 102,15,56,0,253 |
-.L030ccm64_enc_outer: |
+.L028ccm64_enc_outer: |
movups (%ebp),%xmm0 |
movl %ebx,%ecx |
movups (%esi),%xmm6 |
@@ -653,7 +643,7 @@ aesni_ccm64_encrypt_blocks: |
xorps %xmm6,%xmm0 |
xorps %xmm0,%xmm3 |
movups 32(%ebp),%xmm0 |
-.L031ccm64_enc2_loop: |
+.L029ccm64_enc2_loop: |
.byte 102,15,56,220,209 |
.byte 102,15,56,220,217 |
movups (%edx,%ecx,1),%xmm1 |
@@ -661,7 +651,7 @@ aesni_ccm64_encrypt_blocks: |
.byte 102,15,56,220,208 |
.byte 102,15,56,220,216 |
movups -16(%edx,%ecx,1),%xmm0 |
- jnz .L031ccm64_enc2_loop |
+ jnz .L029ccm64_enc2_loop |
.byte 102,15,56,220,209 |
.byte 102,15,56,220,217 |
paddq 16(%esp),%xmm7 |
@@ -674,18 +664,10 @@ aesni_ccm64_encrypt_blocks: |
movups %xmm6,(%edi) |
.byte 102,15,56,0,213 |
leal 16(%edi),%edi |
- jnz .L030ccm64_enc_outer |
+ jnz .L028ccm64_enc_outer |
movl 48(%esp),%esp |
movl 40(%esp),%edi |
movups %xmm3,(%edi) |
- pxor %xmm0,%xmm0 |
- pxor %xmm1,%xmm1 |
- pxor %xmm2,%xmm2 |
- pxor %xmm3,%xmm3 |
- pxor %xmm4,%xmm4 |
- pxor %xmm5,%xmm5 |
- pxor %xmm6,%xmm6 |
- pxor %xmm7,%xmm7 |
popl %edi |
popl %esi |
popl %ebx |
@@ -734,12 +716,12 @@ aesni_ccm64_decrypt_blocks: |
movups 16(%edx),%xmm1 |
leal 32(%edx),%edx |
xorps %xmm0,%xmm2 |
-.L032enc1_loop_5: |
+.L030enc1_loop_5: |
.byte 102,15,56,220,209 |
decl %ecx |
movups (%edx),%xmm1 |
leal 16(%edx),%edx |
- jnz .L032enc1_loop_5 |
+ jnz .L030enc1_loop_5 |
.byte 102,15,56,221,209 |
shll $4,%ebx |
movl $16,%ecx |
@@ -749,16 +731,16 @@ aesni_ccm64_decrypt_blocks: |
subl %ebx,%ecx |
leal 32(%ebp,%ebx,1),%edx |
movl %ecx,%ebx |
- jmp .L033ccm64_dec_outer |
+ jmp .L031ccm64_dec_outer |
.align 16 |
-.L033ccm64_dec_outer: |
+.L031ccm64_dec_outer: |
xorps %xmm2,%xmm6 |
movdqa %xmm7,%xmm2 |
movups %xmm6,(%edi) |
leal 16(%edi),%edi |
.byte 102,15,56,0,213 |
subl $1,%eax |
- jz .L034ccm64_dec_break |
+ jz .L032ccm64_dec_break |
movups (%ebp),%xmm0 |
movl %ebx,%ecx |
movups 16(%ebp),%xmm1 |
@@ -766,7 +748,7 @@ aesni_ccm64_decrypt_blocks: |
xorps %xmm0,%xmm2 |
xorps %xmm6,%xmm3 |
movups 32(%ebp),%xmm0 |
-.L035ccm64_dec2_loop: |
+.L033ccm64_dec2_loop: |
.byte 102,15,56,220,209 |
.byte 102,15,56,220,217 |
movups (%edx,%ecx,1),%xmm1 |
@@ -774,7 +756,7 @@ aesni_ccm64_decrypt_blocks: |
.byte 102,15,56,220,208 |
.byte 102,15,56,220,216 |
movups -16(%edx,%ecx,1),%xmm0 |
- jnz .L035ccm64_dec2_loop |
+ jnz .L033ccm64_dec2_loop |
movups (%esi),%xmm6 |
paddq 16(%esp),%xmm7 |
.byte 102,15,56,220,209 |
@@ -782,9 +764,9 @@ aesni_ccm64_decrypt_blocks: |
.byte 102,15,56,221,208 |
.byte 102,15,56,221,216 |
leal 16(%esi),%esi |
- jmp .L033ccm64_dec_outer |
+ jmp .L031ccm64_dec_outer |
.align 16 |
-.L034ccm64_dec_break: |
+.L032ccm64_dec_break: |
movl 240(%ebp),%ecx |
movl %ebp,%edx |
movups (%edx),%xmm0 |
@@ -792,24 +774,16 @@ aesni_ccm64_decrypt_blocks: |
xorps %xmm0,%xmm6 |
leal 32(%edx),%edx |
xorps %xmm6,%xmm3 |
-.L036enc1_loop_6: |
+.L034enc1_loop_6: |
.byte 102,15,56,220,217 |
decl %ecx |
movups (%edx),%xmm1 |
leal 16(%edx),%edx |
- jnz .L036enc1_loop_6 |
+ jnz .L034enc1_loop_6 |
.byte 102,15,56,221,217 |
movl 48(%esp),%esp |
movl 40(%esp),%edi |
movups %xmm3,(%edi) |
- pxor %xmm0,%xmm0 |
- pxor %xmm1,%xmm1 |
- pxor %xmm2,%xmm2 |
- pxor %xmm3,%xmm3 |
- pxor %xmm4,%xmm4 |
- pxor %xmm5,%xmm5 |
- pxor %xmm6,%xmm6 |
- pxor %xmm7,%xmm7 |
popl %edi |
popl %esi |
popl %ebx |
@@ -836,7 +810,7 @@ aesni_ctr32_encrypt_blocks: |
andl $-16,%esp |
movl %ebp,80(%esp) |
cmpl $1,%eax |
- je .L037ctr32_one_shortcut |
+ je .L035ctr32_one_shortcut |
movdqu (%ebx),%xmm7 |
movl $202182159,(%esp) |
movl $134810123,4(%esp) |
@@ -874,7 +848,7 @@ aesni_ctr32_encrypt_blocks: |
pshufd $192,%xmm0,%xmm2 |
pshufd $128,%xmm0,%xmm3 |
cmpl $6,%eax |
- jb .L038ctr32_tail |
+ jb .L036ctr32_tail |
pxor %xmm6,%xmm7 |
shll $4,%ecx |
movl $16,%ebx |
@@ -883,9 +857,9 @@ aesni_ctr32_encrypt_blocks: |
subl %ecx,%ebx |
leal 32(%edx,%ecx,1),%edx |
subl $6,%eax |
- jmp .L039ctr32_loop6 |
+ jmp .L037ctr32_loop6 |
.align 16 |
-.L039ctr32_loop6: |
+.L037ctr32_loop6: |
pshufd $64,%xmm0,%xmm4 |
movdqa 32(%esp),%xmm0 |
pshufd $192,%xmm1,%xmm5 |
@@ -939,27 +913,27 @@ aesni_ctr32_encrypt_blocks: |
leal 96(%edi),%edi |
pshufd $128,%xmm0,%xmm3 |
subl $6,%eax |
- jnc .L039ctr32_loop6 |
+ jnc .L037ctr32_loop6 |
addl $6,%eax |
- jz .L040ctr32_ret |
+ jz .L038ctr32_ret |
movdqu (%ebp),%xmm7 |
movl %ebp,%edx |
pxor 32(%esp),%xmm7 |
movl 240(%ebp),%ecx |
-.L038ctr32_tail: |
+.L036ctr32_tail: |
por %xmm7,%xmm2 |
cmpl $2,%eax |
- jb .L041ctr32_one |
+ jb .L039ctr32_one |
pshufd $64,%xmm0,%xmm4 |
por %xmm7,%xmm3 |
- je .L042ctr32_two |
+ je .L040ctr32_two |
pshufd $192,%xmm1,%xmm5 |
por %xmm7,%xmm4 |
cmpl $4,%eax |
- jb .L043ctr32_three |
+ jb .L041ctr32_three |
pshufd $128,%xmm1,%xmm6 |
por %xmm7,%xmm5 |
- je .L044ctr32_four |
+ je .L042ctr32_four |
por %xmm7,%xmm6 |
call _aesni_encrypt6 |
movups (%esi),%xmm1 |
@@ -977,29 +951,29 @@ aesni_ctr32_encrypt_blocks: |
movups %xmm4,32(%edi) |
movups %xmm5,48(%edi) |
movups %xmm6,64(%edi) |
- jmp .L040ctr32_ret |
+ jmp .L038ctr32_ret |
.align 16 |
-.L037ctr32_one_shortcut: |
+.L035ctr32_one_shortcut: |
movups (%ebx),%xmm2 |
movl 240(%edx),%ecx |
-.L041ctr32_one: |
+.L039ctr32_one: |
movups (%edx),%xmm0 |
movups 16(%edx),%xmm1 |
leal 32(%edx),%edx |
xorps %xmm0,%xmm2 |
-.L045enc1_loop_7: |
+.L043enc1_loop_7: |
.byte 102,15,56,220,209 |
decl %ecx |
movups (%edx),%xmm1 |
leal 16(%edx),%edx |
- jnz .L045enc1_loop_7 |
+ jnz .L043enc1_loop_7 |
.byte 102,15,56,221,209 |
movups (%esi),%xmm6 |
xorps %xmm2,%xmm6 |
movups %xmm6,(%edi) |
- jmp .L040ctr32_ret |
+ jmp .L038ctr32_ret |
.align 16 |
-.L042ctr32_two: |
+.L040ctr32_two: |
call _aesni_encrypt2 |
movups (%esi),%xmm5 |
movups 16(%esi),%xmm6 |
@@ -1007,9 +981,9 @@ aesni_ctr32_encrypt_blocks: |
xorps %xmm6,%xmm3 |
movups %xmm2,(%edi) |
movups %xmm3,16(%edi) |
- jmp .L040ctr32_ret |
+ jmp .L038ctr32_ret |
.align 16 |
-.L043ctr32_three: |
+.L041ctr32_three: |
call _aesni_encrypt3 |
movups (%esi),%xmm5 |
movups 16(%esi),%xmm6 |
@@ -1020,9 +994,9 @@ aesni_ctr32_encrypt_blocks: |
xorps %xmm7,%xmm4 |
movups %xmm3,16(%edi) |
movups %xmm4,32(%edi) |
- jmp .L040ctr32_ret |
+ jmp .L038ctr32_ret |
.align 16 |
-.L044ctr32_four: |
+.L042ctr32_four: |
call _aesni_encrypt4 |
movups (%esi),%xmm6 |
movups 16(%esi),%xmm7 |
@@ -1036,18 +1010,7 @@ aesni_ctr32_encrypt_blocks: |
xorps %xmm0,%xmm5 |
movups %xmm4,32(%edi) |
movups %xmm5,48(%edi) |
-.L040ctr32_ret: |
- pxor %xmm0,%xmm0 |
- pxor %xmm1,%xmm1 |
- pxor %xmm2,%xmm2 |
- pxor %xmm3,%xmm3 |
- pxor %xmm4,%xmm4 |
- movdqa %xmm0,32(%esp) |
- pxor %xmm5,%xmm5 |
- movdqa %xmm0,48(%esp) |
- pxor %xmm6,%xmm6 |
- movdqa %xmm0,64(%esp) |
- pxor %xmm7,%xmm7 |
+.L038ctr32_ret: |
movl 80(%esp),%esp |
popl %edi |
popl %esi |
@@ -1073,12 +1036,12 @@ aesni_xts_encrypt: |
movups 16(%edx),%xmm1 |
leal 32(%edx),%edx |
xorps %xmm0,%xmm2 |
-.L046enc1_loop_8: |
+.L044enc1_loop_8: |
.byte 102,15,56,220,209 |
decl %ecx |
movups (%edx),%xmm1 |
leal 16(%edx),%edx |
- jnz .L046enc1_loop_8 |
+ jnz .L044enc1_loop_8 |
.byte 102,15,56,221,209 |
movl 20(%esp),%esi |
movl 24(%esp),%edi |
@@ -1102,14 +1065,14 @@ aesni_xts_encrypt: |
movl %edx,%ebp |
movl %ecx,%ebx |
subl $96,%eax |
- jc .L047xts_enc_short |
+ jc .L045xts_enc_short |
shll $4,%ecx |
movl $16,%ebx |
subl %ecx,%ebx |
leal 32(%edx,%ecx,1),%edx |
- jmp .L048xts_enc_loop6 |
+ jmp .L046xts_enc_loop6 |
.align 16 |
-.L048xts_enc_loop6: |
+.L046xts_enc_loop6: |
pshufd $19,%xmm0,%xmm2 |
pxor %xmm0,%xmm0 |
movdqa %xmm1,(%esp) |
@@ -1198,23 +1161,23 @@ aesni_xts_encrypt: |
pcmpgtd %xmm1,%xmm0 |
pxor %xmm2,%xmm1 |
subl $96,%eax |
- jnc .L048xts_enc_loop6 |
+ jnc .L046xts_enc_loop6 |
movl 240(%ebp),%ecx |
movl %ebp,%edx |
movl %ecx,%ebx |
-.L047xts_enc_short: |
+.L045xts_enc_short: |
addl $96,%eax |
- jz .L049xts_enc_done6x |
+ jz .L047xts_enc_done6x |
movdqa %xmm1,%xmm5 |
cmpl $32,%eax |
- jb .L050xts_enc_one |
+ jb .L048xts_enc_one |
pshufd $19,%xmm0,%xmm2 |
pxor %xmm0,%xmm0 |
paddq %xmm1,%xmm1 |
pand %xmm3,%xmm2 |
pcmpgtd %xmm1,%xmm0 |
pxor %xmm2,%xmm1 |
- je .L051xts_enc_two |
+ je .L049xts_enc_two |
pshufd $19,%xmm0,%xmm2 |
pxor %xmm0,%xmm0 |
movdqa %xmm1,%xmm6 |
@@ -1223,7 +1186,7 @@ aesni_xts_encrypt: |
pcmpgtd %xmm1,%xmm0 |
pxor %xmm2,%xmm1 |
cmpl $64,%eax |
- jb .L052xts_enc_three |
+ jb .L050xts_enc_three |
pshufd $19,%xmm0,%xmm2 |
pxor %xmm0,%xmm0 |
movdqa %xmm1,%xmm7 |
@@ -1233,7 +1196,7 @@ aesni_xts_encrypt: |
pxor %xmm2,%xmm1 |
movdqa %xmm5,(%esp) |
movdqa %xmm6,16(%esp) |
- je .L053xts_enc_four |
+ je .L051xts_enc_four |
movdqa %xmm7,32(%esp) |
pshufd $19,%xmm0,%xmm7 |
movdqa %xmm1,48(%esp) |
@@ -1265,9 +1228,9 @@ aesni_xts_encrypt: |
movups %xmm5,48(%edi) |
movups %xmm6,64(%edi) |
leal 80(%edi),%edi |
- jmp .L054xts_enc_done |
+ jmp .L052xts_enc_done |
.align 16 |
-.L050xts_enc_one: |
+.L048xts_enc_one: |
movups (%esi),%xmm2 |
leal 16(%esi),%esi |
xorps %xmm5,%xmm2 |
@@ -1275,20 +1238,20 @@ aesni_xts_encrypt: |
movups 16(%edx),%xmm1 |
leal 32(%edx),%edx |
xorps %xmm0,%xmm2 |
-.L055enc1_loop_9: |
+.L053enc1_loop_9: |
.byte 102,15,56,220,209 |
decl %ecx |
movups (%edx),%xmm1 |
leal 16(%edx),%edx |
- jnz .L055enc1_loop_9 |
+ jnz .L053enc1_loop_9 |
.byte 102,15,56,221,209 |
xorps %xmm5,%xmm2 |
movups %xmm2,(%edi) |
leal 16(%edi),%edi |
movdqa %xmm5,%xmm1 |
- jmp .L054xts_enc_done |
+ jmp .L052xts_enc_done |
.align 16 |
-.L051xts_enc_two: |
+.L049xts_enc_two: |
movaps %xmm1,%xmm6 |
movups (%esi),%xmm2 |
movups 16(%esi),%xmm3 |
@@ -1302,9 +1265,9 @@ aesni_xts_encrypt: |
movups %xmm3,16(%edi) |
leal 32(%edi),%edi |
movdqa %xmm6,%xmm1 |
- jmp .L054xts_enc_done |
+ jmp .L052xts_enc_done |
.align 16 |
-.L052xts_enc_three: |
+.L050xts_enc_three: |
movaps %xmm1,%xmm7 |
movups (%esi),%xmm2 |
movups 16(%esi),%xmm3 |
@@ -1322,9 +1285,9 @@ aesni_xts_encrypt: |
movups %xmm4,32(%edi) |
leal 48(%edi),%edi |
movdqa %xmm7,%xmm1 |
- jmp .L054xts_enc_done |
+ jmp .L052xts_enc_done |
.align 16 |
-.L053xts_enc_four: |
+.L051xts_enc_four: |
movaps %xmm1,%xmm6 |
movups (%esi),%xmm2 |
movups 16(%esi),%xmm3 |
@@ -1346,28 +1309,28 @@ aesni_xts_encrypt: |
movups %xmm5,48(%edi) |
leal 64(%edi),%edi |
movdqa %xmm6,%xmm1 |
- jmp .L054xts_enc_done |
+ jmp .L052xts_enc_done |
.align 16 |
-.L049xts_enc_done6x: |
+.L047xts_enc_done6x: |
movl 112(%esp),%eax |
andl $15,%eax |
- jz .L056xts_enc_ret |
+ jz .L054xts_enc_ret |
movdqa %xmm1,%xmm5 |
movl %eax,112(%esp) |
- jmp .L057xts_enc_steal |
+ jmp .L055xts_enc_steal |
.align 16 |
-.L054xts_enc_done: |
+.L052xts_enc_done: |
movl 112(%esp),%eax |
pxor %xmm0,%xmm0 |
andl $15,%eax |
- jz .L056xts_enc_ret |
+ jz .L054xts_enc_ret |
pcmpgtd %xmm1,%xmm0 |
movl %eax,112(%esp) |
pshufd $19,%xmm0,%xmm5 |
paddq %xmm1,%xmm1 |
pand 96(%esp),%xmm5 |
pxor %xmm1,%xmm5 |
-.L057xts_enc_steal: |
+.L055xts_enc_steal: |
movzbl (%esi),%ecx |
movzbl -16(%edi),%edx |
leal 1(%esi),%esi |
@@ -1375,7 +1338,7 @@ aesni_xts_encrypt: |
movb %dl,(%edi) |
leal 1(%edi),%edi |
subl $1,%eax |
- jnz .L057xts_enc_steal |
+ jnz .L055xts_enc_steal |
subl 112(%esp),%edi |
movl %ebp,%edx |
movl %ebx,%ecx |
@@ -1385,30 +1348,16 @@ aesni_xts_encrypt: |
movups 16(%edx),%xmm1 |
leal 32(%edx),%edx |
xorps %xmm0,%xmm2 |
-.L058enc1_loop_10: |
+.L056enc1_loop_10: |
.byte 102,15,56,220,209 |
decl %ecx |
movups (%edx),%xmm1 |
leal 16(%edx),%edx |
- jnz .L058enc1_loop_10 |
+ jnz .L056enc1_loop_10 |
.byte 102,15,56,221,209 |
xorps %xmm5,%xmm2 |
movups %xmm2,-16(%edi) |
-.L056xts_enc_ret: |
- pxor %xmm0,%xmm0 |
- pxor %xmm1,%xmm1 |
- pxor %xmm2,%xmm2 |
- movdqa %xmm0,(%esp) |
- pxor %xmm3,%xmm3 |
- movdqa %xmm0,16(%esp) |
- pxor %xmm4,%xmm4 |
- movdqa %xmm0,32(%esp) |
- pxor %xmm5,%xmm5 |
- movdqa %xmm0,48(%esp) |
- pxor %xmm6,%xmm6 |
- movdqa %xmm0,64(%esp) |
- pxor %xmm7,%xmm7 |
- movdqa %xmm0,80(%esp) |
+.L054xts_enc_ret: |
movl 116(%esp),%esp |
popl %edi |
popl %esi |
@@ -1434,12 +1383,12 @@ aesni_xts_decrypt: |
movups 16(%edx),%xmm1 |
leal 32(%edx),%edx |
xorps %xmm0,%xmm2 |
-.L059enc1_loop_11: |
+.L057enc1_loop_11: |
.byte 102,15,56,220,209 |
decl %ecx |
movups (%edx),%xmm1 |
leal 16(%edx),%edx |
- jnz .L059enc1_loop_11 |
+ jnz .L057enc1_loop_11 |
.byte 102,15,56,221,209 |
movl 20(%esp),%esi |
movl 24(%esp),%edi |
@@ -1468,14 +1417,14 @@ aesni_xts_decrypt: |
pcmpgtd %xmm1,%xmm0 |
andl $-16,%eax |
subl $96,%eax |
- jc .L060xts_dec_short |
+ jc .L058xts_dec_short |
shll $4,%ecx |
movl $16,%ebx |
subl %ecx,%ebx |
leal 32(%edx,%ecx,1),%edx |
- jmp .L061xts_dec_loop6 |
+ jmp .L059xts_dec_loop6 |
.align 16 |
-.L061xts_dec_loop6: |
+.L059xts_dec_loop6: |
pshufd $19,%xmm0,%xmm2 |
pxor %xmm0,%xmm0 |
movdqa %xmm1,(%esp) |
@@ -1564,23 +1513,23 @@ aesni_xts_decrypt: |
pcmpgtd %xmm1,%xmm0 |
pxor %xmm2,%xmm1 |
subl $96,%eax |
- jnc .L061xts_dec_loop6 |
+ jnc .L059xts_dec_loop6 |
movl 240(%ebp),%ecx |
movl %ebp,%edx |
movl %ecx,%ebx |
-.L060xts_dec_short: |
+.L058xts_dec_short: |
addl $96,%eax |
- jz .L062xts_dec_done6x |
+ jz .L060xts_dec_done6x |
movdqa %xmm1,%xmm5 |
cmpl $32,%eax |
- jb .L063xts_dec_one |
+ jb .L061xts_dec_one |
pshufd $19,%xmm0,%xmm2 |
pxor %xmm0,%xmm0 |
paddq %xmm1,%xmm1 |
pand %xmm3,%xmm2 |
pcmpgtd %xmm1,%xmm0 |
pxor %xmm2,%xmm1 |
- je .L064xts_dec_two |
+ je .L062xts_dec_two |
pshufd $19,%xmm0,%xmm2 |
pxor %xmm0,%xmm0 |
movdqa %xmm1,%xmm6 |
@@ -1589,7 +1538,7 @@ aesni_xts_decrypt: |
pcmpgtd %xmm1,%xmm0 |
pxor %xmm2,%xmm1 |
cmpl $64,%eax |
- jb .L065xts_dec_three |
+ jb .L063xts_dec_three |
pshufd $19,%xmm0,%xmm2 |
pxor %xmm0,%xmm0 |
movdqa %xmm1,%xmm7 |
@@ -1599,7 +1548,7 @@ aesni_xts_decrypt: |
pxor %xmm2,%xmm1 |
movdqa %xmm5,(%esp) |
movdqa %xmm6,16(%esp) |
- je .L066xts_dec_four |
+ je .L064xts_dec_four |
movdqa %xmm7,32(%esp) |
pshufd $19,%xmm0,%xmm7 |
movdqa %xmm1,48(%esp) |
@@ -1631,9 +1580,9 @@ aesni_xts_decrypt: |
movups %xmm5,48(%edi) |
movups %xmm6,64(%edi) |
leal 80(%edi),%edi |
- jmp .L067xts_dec_done |
+ jmp .L065xts_dec_done |
.align 16 |
-.L063xts_dec_one: |
+.L061xts_dec_one: |
movups (%esi),%xmm2 |
leal 16(%esi),%esi |
xorps %xmm5,%xmm2 |
@@ -1641,20 +1590,20 @@ aesni_xts_decrypt: |
movups 16(%edx),%xmm1 |
leal 32(%edx),%edx |
xorps %xmm0,%xmm2 |
-.L068dec1_loop_12: |
+.L066dec1_loop_12: |
.byte 102,15,56,222,209 |
decl %ecx |
movups (%edx),%xmm1 |
leal 16(%edx),%edx |
- jnz .L068dec1_loop_12 |
+ jnz .L066dec1_loop_12 |
.byte 102,15,56,223,209 |
xorps %xmm5,%xmm2 |
movups %xmm2,(%edi) |
leal 16(%edi),%edi |
movdqa %xmm5,%xmm1 |
- jmp .L067xts_dec_done |
+ jmp .L065xts_dec_done |
.align 16 |
-.L064xts_dec_two: |
+.L062xts_dec_two: |
movaps %xmm1,%xmm6 |
movups (%esi),%xmm2 |
movups 16(%esi),%xmm3 |
@@ -1668,9 +1617,9 @@ aesni_xts_decrypt: |
movups %xmm3,16(%edi) |
leal 32(%edi),%edi |
movdqa %xmm6,%xmm1 |
- jmp .L067xts_dec_done |
+ jmp .L065xts_dec_done |
.align 16 |
-.L065xts_dec_three: |
+.L063xts_dec_three: |
movaps %xmm1,%xmm7 |
movups (%esi),%xmm2 |
movups 16(%esi),%xmm3 |
@@ -1688,9 +1637,9 @@ aesni_xts_decrypt: |
movups %xmm4,32(%edi) |
leal 48(%edi),%edi |
movdqa %xmm7,%xmm1 |
- jmp .L067xts_dec_done |
+ jmp .L065xts_dec_done |
.align 16 |
-.L066xts_dec_four: |
+.L064xts_dec_four: |
movaps %xmm1,%xmm6 |
movups (%esi),%xmm2 |
movups 16(%esi),%xmm3 |
@@ -1712,20 +1661,20 @@ aesni_xts_decrypt: |
movups %xmm5,48(%edi) |
leal 64(%edi),%edi |
movdqa %xmm6,%xmm1 |
- jmp .L067xts_dec_done |
+ jmp .L065xts_dec_done |
.align 16 |
-.L062xts_dec_done6x: |
+.L060xts_dec_done6x: |
movl 112(%esp),%eax |
andl $15,%eax |
- jz .L069xts_dec_ret |
+ jz .L067xts_dec_ret |
movl %eax,112(%esp) |
- jmp .L070xts_dec_only_one_more |
+ jmp .L068xts_dec_only_one_more |
.align 16 |
-.L067xts_dec_done: |
+.L065xts_dec_done: |
movl 112(%esp),%eax |
pxor %xmm0,%xmm0 |
andl $15,%eax |
- jz .L069xts_dec_ret |
+ jz .L067xts_dec_ret |
pcmpgtd %xmm1,%xmm0 |
movl %eax,112(%esp) |
pshufd $19,%xmm0,%xmm2 |
@@ -1735,7 +1684,7 @@ aesni_xts_decrypt: |
pand %xmm3,%xmm2 |
pcmpgtd %xmm1,%xmm0 |
pxor %xmm2,%xmm1 |
-.L070xts_dec_only_one_more: |
+.L068xts_dec_only_one_more: |
pshufd $19,%xmm0,%xmm5 |
movdqa %xmm1,%xmm6 |
paddq %xmm1,%xmm1 |
@@ -1749,16 +1698,16 @@ aesni_xts_decrypt: |
movups 16(%edx),%xmm1 |
leal 32(%edx),%edx |
xorps %xmm0,%xmm2 |
-.L071dec1_loop_13: |
+.L069dec1_loop_13: |
.byte 102,15,56,222,209 |
decl %ecx |
movups (%edx),%xmm1 |
leal 16(%edx),%edx |
- jnz .L071dec1_loop_13 |
+ jnz .L069dec1_loop_13 |
.byte 102,15,56,223,209 |
xorps %xmm5,%xmm2 |
movups %xmm2,(%edi) |
-.L072xts_dec_steal: |
+.L070xts_dec_steal: |
movzbl 16(%esi),%ecx |
movzbl (%edi),%edx |
leal 1(%esi),%esi |
@@ -1766,7 +1715,7 @@ aesni_xts_decrypt: |
movb %dl,16(%edi) |
leal 1(%edi),%edi |
subl $1,%eax |
- jnz .L072xts_dec_steal |
+ jnz .L070xts_dec_steal |
subl 112(%esp),%edi |
movl %ebp,%edx |
movl %ebx,%ecx |
@@ -1776,30 +1725,16 @@ aesni_xts_decrypt: |
movups 16(%edx),%xmm1 |
leal 32(%edx),%edx |
xorps %xmm0,%xmm2 |
-.L073dec1_loop_14: |
+.L071dec1_loop_14: |
.byte 102,15,56,222,209 |
decl %ecx |
movups (%edx),%xmm1 |
leal 16(%edx),%edx |
- jnz .L073dec1_loop_14 |
+ jnz .L071dec1_loop_14 |
.byte 102,15,56,223,209 |
xorps %xmm6,%xmm2 |
movups %xmm2,(%edi) |
-.L069xts_dec_ret: |
- pxor %xmm0,%xmm0 |
- pxor %xmm1,%xmm1 |
- pxor %xmm2,%xmm2 |
- movdqa %xmm0,(%esp) |
- pxor %xmm3,%xmm3 |
- movdqa %xmm0,16(%esp) |
- pxor %xmm4,%xmm4 |
- movdqa %xmm0,32(%esp) |
- pxor %xmm5,%xmm5 |
- movdqa %xmm0,48(%esp) |
- pxor %xmm6,%xmm6 |
- movdqa %xmm0,64(%esp) |
- pxor %xmm7,%xmm7 |
- movdqa %xmm0,80(%esp) |
+.L067xts_dec_ret: |
movl 116(%esp),%esp |
popl %edi |
popl %esi |
@@ -1826,7 +1761,7 @@ aesni_cbc_encrypt: |
movl 32(%esp),%edx |
movl 36(%esp),%ebp |
testl %eax,%eax |
- jz .L074cbc_abort |
+ jz .L072cbc_abort |
cmpl $0,40(%esp) |
xchgl %esp,%ebx |
movups (%ebp),%xmm7 |
@@ -1834,14 +1769,14 @@ aesni_cbc_encrypt: |
movl %edx,%ebp |
movl %ebx,16(%esp) |
movl %ecx,%ebx |
- je .L075cbc_decrypt |
+ je .L073cbc_decrypt |
movaps %xmm7,%xmm2 |
cmpl $16,%eax |
- jb .L076cbc_enc_tail |
+ jb .L074cbc_enc_tail |
subl $16,%eax |
- jmp .L077cbc_enc_loop |
+ jmp .L075cbc_enc_loop |
.align 16 |
-.L077cbc_enc_loop: |
+.L075cbc_enc_loop: |
movups (%esi),%xmm7 |
leal 16(%esi),%esi |
movups (%edx),%xmm0 |
@@ -1849,25 +1784,24 @@ aesni_cbc_encrypt: |
xorps %xmm0,%xmm7 |
leal 32(%edx),%edx |
xorps %xmm7,%xmm2 |
-.L078enc1_loop_15: |
+.L076enc1_loop_15: |
.byte 102,15,56,220,209 |
decl %ecx |
movups (%edx),%xmm1 |
leal 16(%edx),%edx |
- jnz .L078enc1_loop_15 |
+ jnz .L076enc1_loop_15 |
.byte 102,15,56,221,209 |
movl %ebx,%ecx |
movl %ebp,%edx |
movups %xmm2,(%edi) |
leal 16(%edi),%edi |
subl $16,%eax |
- jnc .L077cbc_enc_loop |
+ jnc .L075cbc_enc_loop |
addl $16,%eax |
- jnz .L076cbc_enc_tail |
+ jnz .L074cbc_enc_tail |
movaps %xmm2,%xmm7 |
- pxor %xmm2,%xmm2 |
- jmp .L079cbc_ret |
-.L076cbc_enc_tail: |
+ jmp .L077cbc_ret |
+.L074cbc_enc_tail: |
movl %eax,%ecx |
.long 2767451785 |
movl $16,%ecx |
@@ -1878,20 +1812,20 @@ aesni_cbc_encrypt: |
movl %ebx,%ecx |
movl %edi,%esi |
movl %ebp,%edx |
- jmp .L077cbc_enc_loop |
+ jmp .L075cbc_enc_loop |
.align 16 |
-.L075cbc_decrypt: |
+.L073cbc_decrypt: |
cmpl $80,%eax |
- jbe .L080cbc_dec_tail |
+ jbe .L078cbc_dec_tail |
movaps %xmm7,(%esp) |
subl $80,%eax |
- jmp .L081cbc_dec_loop6_enter |
+ jmp .L079cbc_dec_loop6_enter |
.align 16 |
-.L082cbc_dec_loop6: |
+.L080cbc_dec_loop6: |
movaps %xmm0,(%esp) |
movups %xmm7,(%edi) |
leal 16(%edi),%edi |
-.L081cbc_dec_loop6_enter: |
+.L079cbc_dec_loop6_enter: |
movdqu (%esi),%xmm2 |
movdqu 16(%esi),%xmm3 |
movdqu 32(%esi),%xmm4 |
@@ -1921,28 +1855,28 @@ aesni_cbc_encrypt: |
movups %xmm6,64(%edi) |
leal 80(%edi),%edi |
subl $96,%eax |
- ja .L082cbc_dec_loop6 |
+ ja .L080cbc_dec_loop6 |
movaps %xmm7,%xmm2 |
movaps %xmm0,%xmm7 |
addl $80,%eax |
- jle .L083cbc_dec_clear_tail_collected |
+ jle .L081cbc_dec_tail_collected |
movups %xmm2,(%edi) |
leal 16(%edi),%edi |
-.L080cbc_dec_tail: |
+.L078cbc_dec_tail: |
movups (%esi),%xmm2 |
movaps %xmm2,%xmm6 |
cmpl $16,%eax |
- jbe .L084cbc_dec_one |
+ jbe .L082cbc_dec_one |
movups 16(%esi),%xmm3 |
movaps %xmm3,%xmm5 |
cmpl $32,%eax |
- jbe .L085cbc_dec_two |
+ jbe .L083cbc_dec_two |
movups 32(%esi),%xmm4 |
cmpl $48,%eax |
- jbe .L086cbc_dec_three |
+ jbe .L084cbc_dec_three |
movups 48(%esi),%xmm5 |
cmpl $64,%eax |
- jbe .L087cbc_dec_four |
+ jbe .L085cbc_dec_four |
movups 64(%esi),%xmm6 |
movaps %xmm7,(%esp) |
movups (%esi),%xmm2 |
@@ -1960,62 +1894,55 @@ aesni_cbc_encrypt: |
xorps %xmm0,%xmm6 |
movups %xmm2,(%edi) |
movups %xmm3,16(%edi) |
- pxor %xmm3,%xmm3 |
movups %xmm4,32(%edi) |
- pxor %xmm4,%xmm4 |
movups %xmm5,48(%edi) |
- pxor %xmm5,%xmm5 |
leal 64(%edi),%edi |
movaps %xmm6,%xmm2 |
- pxor %xmm6,%xmm6 |
subl $80,%eax |
- jmp .L088cbc_dec_tail_collected |
+ jmp .L081cbc_dec_tail_collected |
.align 16 |
-.L084cbc_dec_one: |
+.L082cbc_dec_one: |
movups (%edx),%xmm0 |
movups 16(%edx),%xmm1 |
leal 32(%edx),%edx |
xorps %xmm0,%xmm2 |
-.L089dec1_loop_16: |
+.L086dec1_loop_16: |
.byte 102,15,56,222,209 |
decl %ecx |
movups (%edx),%xmm1 |
leal 16(%edx),%edx |
- jnz .L089dec1_loop_16 |
+ jnz .L086dec1_loop_16 |
.byte 102,15,56,223,209 |
xorps %xmm7,%xmm2 |
movaps %xmm6,%xmm7 |
subl $16,%eax |
- jmp .L088cbc_dec_tail_collected |
+ jmp .L081cbc_dec_tail_collected |
.align 16 |
-.L085cbc_dec_two: |
+.L083cbc_dec_two: |
call _aesni_decrypt2 |
xorps %xmm7,%xmm2 |
xorps %xmm6,%xmm3 |
movups %xmm2,(%edi) |
movaps %xmm3,%xmm2 |
- pxor %xmm3,%xmm3 |
leal 16(%edi),%edi |
movaps %xmm5,%xmm7 |
subl $32,%eax |
- jmp .L088cbc_dec_tail_collected |
+ jmp .L081cbc_dec_tail_collected |
.align 16 |
-.L086cbc_dec_three: |
+.L084cbc_dec_three: |
call _aesni_decrypt3 |
xorps %xmm7,%xmm2 |
xorps %xmm6,%xmm3 |
xorps %xmm5,%xmm4 |
movups %xmm2,(%edi) |
movaps %xmm4,%xmm2 |
- pxor %xmm4,%xmm4 |
movups %xmm3,16(%edi) |
- pxor %xmm3,%xmm3 |
leal 32(%edi),%edi |
movups 32(%esi),%xmm7 |
subl $48,%eax |
- jmp .L088cbc_dec_tail_collected |
+ jmp .L081cbc_dec_tail_collected |
.align 16 |
-.L087cbc_dec_four: |
+.L085cbc_dec_four: |
call _aesni_decrypt4 |
movups 16(%esi),%xmm1 |
movups 32(%esi),%xmm0 |
@@ -2025,44 +1952,28 @@ aesni_cbc_encrypt: |
movups %xmm2,(%edi) |
xorps %xmm1,%xmm4 |
movups %xmm3,16(%edi) |
- pxor %xmm3,%xmm3 |
xorps %xmm0,%xmm5 |
movups %xmm4,32(%edi) |
- pxor %xmm4,%xmm4 |
leal 48(%edi),%edi |
movaps %xmm5,%xmm2 |
- pxor %xmm5,%xmm5 |
subl $64,%eax |
- jmp .L088cbc_dec_tail_collected |
-.align 16 |
-.L083cbc_dec_clear_tail_collected: |
- pxor %xmm3,%xmm3 |
- pxor %xmm4,%xmm4 |
- pxor %xmm5,%xmm5 |
- pxor %xmm6,%xmm6 |
-.L088cbc_dec_tail_collected: |
+.L081cbc_dec_tail_collected: |
andl $15,%eax |
- jnz .L090cbc_dec_tail_partial |
+ jnz .L087cbc_dec_tail_partial |
movups %xmm2,(%edi) |
- pxor %xmm0,%xmm0 |
- jmp .L079cbc_ret |
+ jmp .L077cbc_ret |
.align 16 |
-.L090cbc_dec_tail_partial: |
+.L087cbc_dec_tail_partial: |
movaps %xmm2,(%esp) |
- pxor %xmm0,%xmm0 |
movl $16,%ecx |
movl %esp,%esi |
subl %eax,%ecx |
.long 2767451785 |
- movdqa %xmm2,(%esp) |
-.L079cbc_ret: |
+.L077cbc_ret: |
movl 16(%esp),%esp |
movl 36(%esp),%ebp |
- pxor %xmm2,%xmm2 |
- pxor %xmm1,%xmm1 |
movups %xmm7,(%ebp) |
- pxor %xmm7,%xmm7 |
-.L074cbc_abort: |
+.L072cbc_abort: |
popl %edi |
popl %esi |
popl %ebx |
@@ -2073,62 +1984,52 @@ aesni_cbc_encrypt: |
.type _aesni_set_encrypt_key,@function |
.align 16 |
_aesni_set_encrypt_key: |
- pushl %ebp |
- pushl %ebx |
testl %eax,%eax |
- jz .L091bad_pointer |
+ jz .L088bad_pointer |
testl %edx,%edx |
- jz .L091bad_pointer |
- call .L092pic |
-.L092pic: |
- popl %ebx |
- leal .Lkey_const-.L092pic(%ebx),%ebx |
- leal OPENSSL_ia32cap_P-.Lkey_const(%ebx),%ebp |
+ jz .L088bad_pointer |
movups (%eax),%xmm0 |
xorps %xmm4,%xmm4 |
- movl 4(%ebp),%ebp |
leal 16(%edx),%edx |
- andl $268437504,%ebp |
cmpl $256,%ecx |
- je .L09314rounds |
+ je .L08914rounds |
cmpl $192,%ecx |
- je .L09412rounds |
+ je .L09012rounds |
cmpl $128,%ecx |
- jne .L095bad_keybits |
+ jne .L091bad_keybits |
.align 16 |
-.L09610rounds: |
- cmpl $268435456,%ebp |
- je .L09710rounds_alt |
+.L09210rounds: |
movl $9,%ecx |
movups %xmm0,-16(%edx) |
.byte 102,15,58,223,200,1 |
- call .L098key_128_cold |
+ call .L093key_128_cold |
.byte 102,15,58,223,200,2 |
- call .L099key_128 |
+ call .L094key_128 |
.byte 102,15,58,223,200,4 |
- call .L099key_128 |
+ call .L094key_128 |
.byte 102,15,58,223,200,8 |
- call .L099key_128 |
+ call .L094key_128 |
.byte 102,15,58,223,200,16 |
- call .L099key_128 |
+ call .L094key_128 |
.byte 102,15,58,223,200,32 |
- call .L099key_128 |
+ call .L094key_128 |
.byte 102,15,58,223,200,64 |
- call .L099key_128 |
+ call .L094key_128 |
.byte 102,15,58,223,200,128 |
- call .L099key_128 |
+ call .L094key_128 |
.byte 102,15,58,223,200,27 |
- call .L099key_128 |
+ call .L094key_128 |
.byte 102,15,58,223,200,54 |
- call .L099key_128 |
+ call .L094key_128 |
movups %xmm0,(%edx) |
movl %ecx,80(%edx) |
- jmp .L100good_key |
+ xorl %eax,%eax |
+ ret |
.align 16 |
-.L099key_128: |
+.L094key_128: |
movups %xmm0,(%edx) |
leal 16(%edx),%edx |
-.L098key_128_cold: |
+.L093key_128_cold: |
shufps $16,%xmm0,%xmm4 |
xorps %xmm4,%xmm0 |
shufps $140,%xmm0,%xmm4 |
@@ -2137,91 +2038,38 @@ _aesni_set_encrypt_key: |
xorps %xmm1,%xmm0 |
ret |
.align 16 |
-.L09710rounds_alt: |
- movdqa (%ebx),%xmm5 |
- movl $8,%ecx |
- movdqa 32(%ebx),%xmm4 |
- movdqa %xmm0,%xmm2 |
- movdqu %xmm0,-16(%edx) |
-.L101loop_key128: |
-.byte 102,15,56,0,197 |
-.byte 102,15,56,221,196 |
- pslld $1,%xmm4 |
- leal 16(%edx),%edx |
- movdqa %xmm2,%xmm3 |
- pslldq $4,%xmm2 |
- pxor %xmm2,%xmm3 |
- pslldq $4,%xmm2 |
- pxor %xmm2,%xmm3 |
- pslldq $4,%xmm2 |
- pxor %xmm3,%xmm2 |
- pxor %xmm2,%xmm0 |
- movdqu %xmm0,-16(%edx) |
- movdqa %xmm0,%xmm2 |
- decl %ecx |
- jnz .L101loop_key128 |
- movdqa 48(%ebx),%xmm4 |
-.byte 102,15,56,0,197 |
-.byte 102,15,56,221,196 |
- pslld $1,%xmm4 |
- movdqa %xmm2,%xmm3 |
- pslldq $4,%xmm2 |
- pxor %xmm2,%xmm3 |
- pslldq $4,%xmm2 |
- pxor %xmm2,%xmm3 |
- pslldq $4,%xmm2 |
- pxor %xmm3,%xmm2 |
- pxor %xmm2,%xmm0 |
- movdqu %xmm0,(%edx) |
- movdqa %xmm0,%xmm2 |
-.byte 102,15,56,0,197 |
-.byte 102,15,56,221,196 |
- movdqa %xmm2,%xmm3 |
- pslldq $4,%xmm2 |
- pxor %xmm2,%xmm3 |
- pslldq $4,%xmm2 |
- pxor %xmm2,%xmm3 |
- pslldq $4,%xmm2 |
- pxor %xmm3,%xmm2 |
- pxor %xmm2,%xmm0 |
- movdqu %xmm0,16(%edx) |
- movl $9,%ecx |
- movl %ecx,96(%edx) |
- jmp .L100good_key |
-.align 16 |
-.L09412rounds: |
+.L09012rounds: |
movq 16(%eax),%xmm2 |
- cmpl $268435456,%ebp |
- je .L10212rounds_alt |
movl $11,%ecx |
movups %xmm0,-16(%edx) |
.byte 102,15,58,223,202,1 |
- call .L103key_192a_cold |
+ call .L095key_192a_cold |
.byte 102,15,58,223,202,2 |
- call .L104key_192b |
+ call .L096key_192b |
.byte 102,15,58,223,202,4 |
- call .L105key_192a |
+ call .L097key_192a |
.byte 102,15,58,223,202,8 |
- call .L104key_192b |
+ call .L096key_192b |
.byte 102,15,58,223,202,16 |
- call .L105key_192a |
+ call .L097key_192a |
.byte 102,15,58,223,202,32 |
- call .L104key_192b |
+ call .L096key_192b |
.byte 102,15,58,223,202,64 |
- call .L105key_192a |
+ call .L097key_192a |
.byte 102,15,58,223,202,128 |
- call .L104key_192b |
+ call .L096key_192b |
movups %xmm0,(%edx) |
movl %ecx,48(%edx) |
- jmp .L100good_key |
+ xorl %eax,%eax |
+ ret |
.align 16 |
-.L105key_192a: |
+.L097key_192a: |
movups %xmm0,(%edx) |
leal 16(%edx),%edx |
.align 16 |
-.L103key_192a_cold: |
+.L095key_192a_cold: |
movaps %xmm2,%xmm5 |
-.L106key_192b_warm: |
+.L098key_192b_warm: |
shufps $16,%xmm0,%xmm4 |
movdqa %xmm2,%xmm3 |
xorps %xmm4,%xmm0 |
@@ -2235,90 +2083,56 @@ _aesni_set_encrypt_key: |
pxor %xmm3,%xmm2 |
ret |
.align 16 |
-.L104key_192b: |
+.L096key_192b: |
movaps %xmm0,%xmm3 |
shufps $68,%xmm0,%xmm5 |
movups %xmm5,(%edx) |
shufps $78,%xmm2,%xmm3 |
movups %xmm3,16(%edx) |
leal 32(%edx),%edx |
- jmp .L106key_192b_warm |
-.align 16 |
-.L10212rounds_alt: |
- movdqa 16(%ebx),%xmm5 |
- movdqa 32(%ebx),%xmm4 |
- movl $8,%ecx |
- movdqu %xmm0,-16(%edx) |
-.L107loop_key192: |
- movq %xmm2,(%edx) |
- movdqa %xmm2,%xmm1 |
-.byte 102,15,56,0,213 |
-.byte 102,15,56,221,212 |
- pslld $1,%xmm4 |
- leal 24(%edx),%edx |
- movdqa %xmm0,%xmm3 |
- pslldq $4,%xmm0 |
- pxor %xmm0,%xmm3 |
- pslldq $4,%xmm0 |
- pxor %xmm0,%xmm3 |
- pslldq $4,%xmm0 |
- pxor %xmm3,%xmm0 |
- pshufd $255,%xmm0,%xmm3 |
- pxor %xmm1,%xmm3 |
- pslldq $4,%xmm1 |
- pxor %xmm1,%xmm3 |
- pxor %xmm2,%xmm0 |
- pxor %xmm3,%xmm2 |
- movdqu %xmm0,-16(%edx) |
- decl %ecx |
- jnz .L107loop_key192 |
- movl $11,%ecx |
- movl %ecx,32(%edx) |
- jmp .L100good_key |
+ jmp .L098key_192b_warm |
.align 16 |
-.L09314rounds: |
+.L08914rounds: |
movups 16(%eax),%xmm2 |
- leal 16(%edx),%edx |
- cmpl $268435456,%ebp |
- je .L10814rounds_alt |
movl $13,%ecx |
+ leal 16(%edx),%edx |
movups %xmm0,-32(%edx) |
movups %xmm2,-16(%edx) |
.byte 102,15,58,223,202,1 |
- call .L109key_256a_cold |
+ call .L099key_256a_cold |
.byte 102,15,58,223,200,1 |
- call .L110key_256b |
+ call .L100key_256b |
.byte 102,15,58,223,202,2 |
- call .L111key_256a |
+ call .L101key_256a |
.byte 102,15,58,223,200,2 |
- call .L110key_256b |
+ call .L100key_256b |
.byte 102,15,58,223,202,4 |
- call .L111key_256a |
+ call .L101key_256a |
.byte 102,15,58,223,200,4 |
- call .L110key_256b |
+ call .L100key_256b |
.byte 102,15,58,223,202,8 |
- call .L111key_256a |
+ call .L101key_256a |
.byte 102,15,58,223,200,8 |
- call .L110key_256b |
+ call .L100key_256b |
.byte 102,15,58,223,202,16 |
- call .L111key_256a |
+ call .L101key_256a |
.byte 102,15,58,223,200,16 |
- call .L110key_256b |
+ call .L100key_256b |
.byte 102,15,58,223,202,32 |
- call .L111key_256a |
+ call .L101key_256a |
.byte 102,15,58,223,200,32 |
- call .L110key_256b |
+ call .L100key_256b |
.byte 102,15,58,223,202,64 |
- call .L111key_256a |
+ call .L101key_256a |
movups %xmm0,(%edx) |
movl %ecx,16(%edx) |
xorl %eax,%eax |
- jmp .L100good_key |
+ ret |
.align 16 |
-.L111key_256a: |
+.L101key_256a: |
movups %xmm2,(%edx) |
leal 16(%edx),%edx |
-.L109key_256a_cold: |
+.L099key_256a_cold: |
shufps $16,%xmm0,%xmm4 |
xorps %xmm4,%xmm0 |
shufps $140,%xmm0,%xmm4 |
@@ -2327,7 +2141,7 @@ _aesni_set_encrypt_key: |
xorps %xmm1,%xmm0 |
ret |
.align 16 |
-.L110key_256b: |
+.L100key_256b: |
movups %xmm0,(%edx) |
leal 16(%edx),%edx |
shufps $16,%xmm2,%xmm4 |
@@ -2337,70 +2151,13 @@ _aesni_set_encrypt_key: |
shufps $170,%xmm1,%xmm1 |
xorps %xmm1,%xmm2 |
ret |
-.align 16 |
-.L10814rounds_alt: |
- movdqa (%ebx),%xmm5 |
- movdqa 32(%ebx),%xmm4 |
- movl $7,%ecx |
- movdqu %xmm0,-32(%edx) |
- movdqa %xmm2,%xmm1 |
- movdqu %xmm2,-16(%edx) |
-.L112loop_key256: |
-.byte 102,15,56,0,213 |
-.byte 102,15,56,221,212 |
- movdqa %xmm0,%xmm3 |
- pslldq $4,%xmm0 |
- pxor %xmm0,%xmm3 |
- pslldq $4,%xmm0 |
- pxor %xmm0,%xmm3 |
- pslldq $4,%xmm0 |
- pxor %xmm3,%xmm0 |
- pslld $1,%xmm4 |
- pxor %xmm2,%xmm0 |
- movdqu %xmm0,(%edx) |
- decl %ecx |
- jz .L113done_key256 |
- pshufd $255,%xmm0,%xmm2 |
- pxor %xmm3,%xmm3 |
-.byte 102,15,56,221,211 |
- movdqa %xmm1,%xmm3 |
- pslldq $4,%xmm1 |
- pxor %xmm1,%xmm3 |
- pslldq $4,%xmm1 |
- pxor %xmm1,%xmm3 |
- pslldq $4,%xmm1 |
- pxor %xmm3,%xmm1 |
- pxor %xmm1,%xmm2 |
- movdqu %xmm2,16(%edx) |
- leal 32(%edx),%edx |
- movdqa %xmm2,%xmm1 |
- jmp .L112loop_key256 |
-.L113done_key256: |
- movl $13,%ecx |
- movl %ecx,16(%edx) |
-.L100good_key: |
- pxor %xmm0,%xmm0 |
- pxor %xmm1,%xmm1 |
- pxor %xmm2,%xmm2 |
- pxor %xmm3,%xmm3 |
- pxor %xmm4,%xmm4 |
- pxor %xmm5,%xmm5 |
- xorl %eax,%eax |
- popl %ebx |
- popl %ebp |
- ret |
.align 4 |
-.L091bad_pointer: |
+.L088bad_pointer: |
movl $-1,%eax |
- popl %ebx |
- popl %ebp |
ret |
.align 4 |
-.L095bad_keybits: |
- pxor %xmm0,%xmm0 |
+.L091bad_keybits: |
movl $-2,%eax |
- popl %ebx |
- popl %ebp |
ret |
.size _aesni_set_encrypt_key,.-_aesni_set_encrypt_key |
.globl aesni_set_encrypt_key |
@@ -2428,7 +2185,7 @@ aesni_set_decrypt_key: |
movl 12(%esp),%edx |
shll $4,%ecx |
testl %eax,%eax |
- jnz .L114dec_key_ret |
+ jnz .L102dec_key_ret |
leal 16(%edx,%ecx,1),%eax |
movups (%edx),%xmm0 |
movups (%eax),%xmm1 |
@@ -2436,7 +2193,7 @@ aesni_set_decrypt_key: |
movups %xmm1,(%edx) |
leal 16(%edx),%edx |
leal -16(%eax),%eax |
-.L115dec_key_inverse: |
+.L103dec_key_inverse: |
movups (%edx),%xmm0 |
movups (%eax),%xmm1 |
.byte 102,15,56,219,192 |
@@ -2446,22 +2203,14 @@ aesni_set_decrypt_key: |
movups %xmm0,16(%eax) |
movups %xmm1,-16(%edx) |
cmpl %edx,%eax |
- ja .L115dec_key_inverse |
+ ja .L103dec_key_inverse |
movups (%edx),%xmm0 |
.byte 102,15,56,219,192 |
movups %xmm0,(%edx) |
- pxor %xmm0,%xmm0 |
- pxor %xmm1,%xmm1 |
xorl %eax,%eax |
-.L114dec_key_ret: |
+.L102dec_key_ret: |
ret |
.size aesni_set_decrypt_key,.-.L_aesni_set_decrypt_key_begin |
-.align 64 |
-.Lkey_const: |
-.long 202313229,202313229,202313229,202313229 |
-.long 67569157,67569157,67569157,67569157 |
-.long 1,1,1,1 |
-.long 27,27,27,27 |
.byte 65,69,83,32,102,111,114,32,73,110,116,101,108,32,65,69 |
.byte 83,45,78,73,44,32,67,82,89,80,84,79,71,65,77,83 |
.byte 32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115 |