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

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

Issue 404613002: Fix BoringSSL build and tests on OS X. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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 "rc4-586.S" 2 .file "rc4-586.S"
3 .text 3 .text
4 .globl RC4 4 .globl RC4
5 .type RC4,@function 5 .type RC4,@function
6 .align 16 6 .align 16
7 RC4: 7 RC4:
8 .L_RC4_begin: 8 .L_RC4_begin:
9 pushl %ebp 9 pushl %ebp
10 pushl %ebx 10 pushl %ebx
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 .align 64 363 .align 64
364 .L017opts: 364 .L017opts:
365 .byte 114,99,52,40,52,120,44,105,110,116,41,0 365 .byte 114,99,52,40,52,120,44,105,110,116,41,0
366 .byte 114,99,52,40,49,120,44,99,104,97,114,41,0 366 .byte 114,99,52,40,49,120,44,99,104,97,114,41,0
367 .byte 114,99,52,40,56,120,44,109,109,120,41,0 367 .byte 114,99,52,40,56,120,44,109,109,120,41,0
368 .byte 82,67,52,32,102,111,114,32,120,56,54,44,32,67,82,89 368 .byte 82,67,52,32,102,111,114,32,120,56,54,44,32,67,82,89
369 .byte 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114 369 .byte 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114
370 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 370 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
371 .align 64 371 .align 64
372 .size RC4_options,.-.L_RC4_options_begin 372 .size RC4_options,.-.L_RC4_options_begin
373 #endif 373 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-x86/crypto/modes/ghash-x86.S ('k') | third_party/boringssl/linux-x86/crypto/sha/sha1-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698