Skip to content

Commit

Permalink
Update build files in generated-src
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed May 9, 2023
1 parent 6dd8265 commit e4b4217
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 13 deletions.
1 change: 1 addition & 0 deletions generated-src/linux-x86_64/crypto/fipsmodule/sha1-x86_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -1299,6 +1299,7 @@ _shaext_shortcut:
leaq 64(%rsi),%r8
paddd %xmm4,%xmm1
cmovneq %r8,%rsi
prefetcht0 512(%rsi)
movdqa %xmm0,%xmm8
.byte 15,56,201,229
movdqa %xmm0,%xmm2
Expand Down
1 change: 1 addition & 0 deletions generated-src/mac-x86_64/crypto/fipsmodule/sha1-x86_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,7 @@ L$oop_shaext:
leaq 64(%rsi),%r8
paddd %xmm4,%xmm1
cmovneq %r8,%rsi
prefetcht0 512(%rsi)
movdqa %xmm0,%xmm8
.byte 15,56,201,229
movdqa %xmm0,%xmm2
Expand Down
2 changes: 1 addition & 1 deletion generated-src/win-x86_64/crypto/chacha/chacha-x86_64.asm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $L$sixteen:
DB 95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32
DB 98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115
DB 108,46,111,114,103,62,0
section .text code align=64
section .text

global ChaCha20_ctr32

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $L$and_masks:
DB 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x00,0x00
DB 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x00
DB 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff
section .text code align=64
section .text



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ $L$one_lsb:
DB 89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112
DB 114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
ALIGN 64
section .text code align=64
section .text

section .pdata rdata align=4
ALIGN 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3648,7 +3648,7 @@ $L$key_rcon1b:
DB 32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115
DB 115,108,46,111,114,103,62,0
ALIGN 64
section .text code align=64
section .text

EXTERN __imp_RtlVirtualUnwind

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ $L$reverse_bytes:

$L$low4_mask:
DQ 0x0f0f0f0f0f0f0f0f,0x0f0f0f0f0f0f0f0f
section .text code align=64
section .text

section .pdata rdata align=4
ALIGN 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ ALIGN 64
DB 60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111
DB 114,103,62,0
ALIGN 64
section .text code align=64
section .text

section .pdata rdata align=4
ALIGN 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $L$ord:
DQ 0xf3b9cac2fc632551,0xbce6faada7179e84,0xffffffffffffffff,0xffffffff00000000
$L$ordK:
DQ 0xccd1c8aaee00bc4f
section .text code align=64
section .text



Expand Down
2 changes: 1 addition & 1 deletion generated-src/win-x86_64/crypto/fipsmodule/rsaz-avx2.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ $L$inc:
DD 2,2,2,2,3,3,3,3
DD 4,4,4,4,4,4,4,4
ALIGN 64
section .text code align=64
section .text

EXTERN __imp_RtlVirtualUnwind

Expand Down
3 changes: 2 additions & 1 deletion generated-src/win-x86_64/crypto/fipsmodule/sha1-x86_64.asm
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,7 @@ $L$oop_shaext:
lea r8,[64+rsi]
paddd xmm1,xmm4
cmovne rsi,r8
prefetcht0 [512+rsi]
movdqa xmm8,xmm0
DB 15,56,201,229
movdqa xmm2,xmm0
Expand Down Expand Up @@ -5574,7 +5575,7 @@ K_XX_XX:
DB 97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114
DB 103,62,0
ALIGN 64
section .text code align=64
section .text

EXTERN __imp_RtlVirtualUnwind

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ K256:
DB 52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121
DB 32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46
DB 111,114,103,62,0
section .text code align=64
section .text


ALIGN 64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ K512:
DB 52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121
DB 32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46
DB 111,114,103,62,0
section .text code align=64
section .text


ALIGN 64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ $L$ctr_add_two:
DB 85,110,105,118,101,114,115,105,116,121,41,0
ALIGN 64

section .text code align=64
section .text

EXTERN __imp_RtlVirtualUnwind

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3690,7 +3690,7 @@ $L$inc:
DB 114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79
DB 71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111
DB 112,101,110,115,115,108,46,111,114,103,62,0
section .text code align=64
section .text

EXTERN __imp_RtlVirtualUnwind

Expand Down

0 comments on commit e4b4217

Please sign in to comment.