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

Side by Side Diff: third_party/boringssl/win-x86/crypto/fipsmodule/sha512-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 2823 matching lines...) Expand 10 before | Expand all | Expand 10 after
2834 dd 1246189591,1816402316 2834 dd 1246189591,1816402316
2835 dd 67438087,66051 2835 dd 67438087,66051
2836 dd 202182159,134810123 2836 dd 202182159,134810123
2837 db 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97 2837 db 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97
2838 db 110,115,102,111,114,109,32,102,111,114,32,120,56,54,44,32 2838 db 110,115,102,111,114,109,32,102,111,114,32,120,56,54,44,32
2839 db 67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97 2839 db 67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97
2840 db 112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103 2840 db 112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103
2841 db 62,0 2841 db 62,0
2842 segment .bss 2842 segment .bss
2843 common _OPENSSL_ia32cap_P 16 2843 common _OPENSSL_ia32cap_P 16
OLDNEW
« no previous file with comments | « third_party/boringssl/win-x86/crypto/fipsmodule/sha256-586.asm ('k') | third_party/boringssl/win-x86/crypto/md5/md5-586.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698