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

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

Issue 428753004: BoringSSL: roll DEPS and enable dynamic visibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix quotes in GN file. Created 6 years, 4 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 | Annotate | Revision Log
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 .type sha1_block_data_order,@function 6 .type sha1_block_data_order,@function
6 .align 16 7 .align 16
7 sha1_block_data_order: 8 sha1_block_data_order:
8 .L_sha1_block_data_order_begin: 9 .L_sha1_block_data_order_begin:
9 pushl %ebp 10 pushl %ebp
10 pushl %ebx 11 pushl %ebx
11 pushl %esi 12 pushl %esi
12 pushl %edi 13 pushl %edi
13 movl 20(%esp),%ebp 14 movl 20(%esp),%ebp
14 movl 24(%esp),%esi 15 movl 24(%esp),%esi
(...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1373 popl %esi 1374 popl %esi
1374 popl %ebx 1375 popl %ebx
1375 popl %ebp 1376 popl %ebp
1376 ret 1377 ret
1377 .size sha1_block_data_order,.-.L_sha1_block_data_order_begin 1378 .size sha1_block_data_order,.-.L_sha1_block_data_order_begin
1378 .byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115 1379 .byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115
1379 .byte 102,111,114,109,32,102,111,114,32,120,56,54,44,32,67,82 1380 .byte 102,111,114,109,32,102,111,114,32,120,56,54,44,32,67,82
1380 .byte 89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112 1381 .byte 89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112
1381 .byte 114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 1382 .byte 114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
1382 #endif 1383 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-x86/crypto/rc4/rc4-586.S ('k') | third_party/boringssl/linux-x86/crypto/sha/sha256-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698