Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Side by Side Diff: third_party/boringssl/win-x86/crypto/fipsmodule/sha1-586.asm

Issue 2811393005: Roll src/third_party/boringssl/src c8ff30cbe..bc6a76b0e (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 %ifidn __OUTPUT_FORMAT__,obj 1 %ifidn __OUTPUT_FORMAT__,obj
2 section code use32 class=code align=64 2 section code use32 class=code align=64
3 %elifidn __OUTPUT_FORMAT__,win32 3 %elifidn __OUTPUT_FORMAT__,win32
4 %ifdef __YASM_VERSION_ID__ 4 %ifdef __YASM_VERSION_ID__
5 %if __YASM_VERSION_ID__ < 01010000h 5 %if __YASM_VERSION_ID__ < 01010000h
6 %error yasm version 1.1.0 or later needed. 6 %error yasm version 1.1.0 or later needed.
7 %endif 7 %endif
8 ; Yasm automatically includes .00 and complains about redefining it. 8 ; Yasm automatically includes .00 and complains about redefining it.
9 ; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html 9 ; https://www.tortall.net/projects/yasm/manual/html/objfmt-win32-safeseh.html
10 %else 10 %else
(...skipping 3788 matching lines...) Expand 10 before | Expand all | Expand 10 after
3799 dd 2400959708,2400959708,2400959708,2400959708 3799 dd 2400959708,2400959708,2400959708,2400959708
3800 dd 3395469782,3395469782,3395469782,3395469782 3800 dd 3395469782,3395469782,3395469782,3395469782
3801 dd 66051,67438087,134810123,202182159 3801 dd 66051,67438087,134810123,202182159
3802 db 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0 3802 db 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0
3803 db 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115 3803 db 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115
3804 db 102,111,114,109,32,102,111,114,32,120,56,54,44,32,67,82 3804 db 102,111,114,109,32,102,111,114,32,120,56,54,44,32,67,82
3805 db 89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112 3805 db 89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112
3806 db 114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 3806 db 114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
3807 segment .bss 3807 segment .bss
3808 common _OPENSSL_ia32cap_P 16 3808 common _OPENSSL_ia32cap_P 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698