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

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

Issue 401153002: Switch to BoringSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase across DEPS change 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 .align 4 5 .align 4
6 _RC4: 6 _RC4:
7 L_RC4_begin: 7 L_RC4_begin:
8 pushl %ebp 8 pushl %ebp
9 pushl %ebx 9 pushl %ebx
10 pushl %esi 10 pushl %esi
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 .byte 114,99,52,40,49,120,44,99,104,97,114,41,0 370 .byte 114,99,52,40,49,120,44,99,104,97,114,41,0
371 .byte 114,99,52,40,56,120,44,109,109,120,41,0 371 .byte 114,99,52,40,56,120,44,109,109,120,41,0
372 .byte 82,67,52,32,102,111,114,32,120,56,54,44,32,67,82,89 372 .byte 82,67,52,32,102,111,114,32,120,56,54,44,32,67,82,89
373 .byte 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114 373 .byte 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114
374 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 374 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
375 .align 6,0x90 375 .align 6,0x90
376 .section __IMPORT,__pointers,non_lazy_symbol_pointers 376 .section __IMPORT,__pointers,non_lazy_symbol_pointers
377 L_OPENSSL_ia32cap_P$non_lazy_ptr: 377 L_OPENSSL_ia32cap_P$non_lazy_ptr:
378 .indirect_symbol _OPENSSL_ia32cap_P 378 .indirect_symbol _OPENSSL_ia32cap_P
379 .long 0 379 .long 0
380 #endif 380 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86/crypto/modes/ghash-x86.S ('k') | third_party/boringssl/mac-x86/crypto/sha/sha1-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698