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

Side by Side Diff: third_party/boringssl/linux-x86/crypto/fipsmodule/sha1-586.S

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 #if defined(__i386__) 1 #if defined(__i386__)
2 .file "sha1-586.S" 2 .file "sha1-586.S"
3 .text 3 .text
4 .globl sha1_block_data_order 4 .globl sha1_block_data_order
5 .hidden sha1_block_data_order 5 .hidden sha1_block_data_order
6 .type sha1_block_data_order,@function 6 .type sha1_block_data_order,@function
7 .align 16 7 .align 16
8 sha1_block_data_order: 8 sha1_block_data_order:
9 .L_sha1_block_data_order_begin: 9 .L_sha1_block_data_order_begin:
10 pushl %ebp 10 pushl %ebp
(...skipping 3782 matching lines...) Expand 10 before | Expand all | Expand 10 after
3793 .long 1859775393,1859775393,1859775393,1859775393 3793 .long 1859775393,1859775393,1859775393,1859775393
3794 .long 2400959708,2400959708,2400959708,2400959708 3794 .long 2400959708,2400959708,2400959708,2400959708
3795 .long 3395469782,3395469782,3395469782,3395469782 3795 .long 3395469782,3395469782,3395469782,3395469782
3796 .long 66051,67438087,134810123,202182159 3796 .long 66051,67438087,134810123,202182159
3797 .byte 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0 3797 .byte 15,14,13,12,11,10,9,8,7,6,5,4,3,2,1,0
3798 .byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115 3798 .byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115
3799 .byte 102,111,114,109,32,102,111,114,32,120,56,54,44,32,67,82 3799 .byte 102,111,114,109,32,102,111,114,32,120,56,54,44,32,67,82
3800 .byte 89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112 3800 .byte 89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112
3801 .byte 114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 3801 .byte 114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
3802 #endif 3802 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698