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

Side by Side Diff: third_party/boringssl/linux-x86/crypto/sha/sha512-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 "sha512-586.S" 2 .file "sha512-586.S"
3 .text 3 .text
4 .globl sha512_block_data_order 4 .globl sha512_block_data_order
5 .type sha512_block_data_order,@function 5 .type sha512_block_data_order,@function
6 .align 16 6 .align 16
7 sha512_block_data_order: 7 sha512_block_data_order:
8 .L_sha512_block_data_order_begin: 8 .L_sha512_block_data_order_begin:
9 pushl %ebp 9 pushl %ebp
10 pushl %ebx 10 pushl %ebx
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 .long 987167468,1607167915 557 .long 987167468,1607167915
558 .long 1246189591,1816402316 558 .long 1246189591,1816402316
559 .long 67438087,66051 559 .long 67438087,66051
560 .long 202182159,134810123 560 .long 202182159,134810123
561 .size sha512_block_data_order,.-.L_sha512_block_data_order_begin 561 .size sha512_block_data_order,.-.L_sha512_block_data_order_begin
562 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97 562 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97
563 .byte 110,115,102,111,114,109,32,102,111,114,32,120,56,54,44,32 563 .byte 110,115,102,111,114,109,32,102,111,114,32,120,56,54,44,32
564 .byte 67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97 564 .byte 67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97
565 .byte 112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103 565 .byte 112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103
566 .byte 62,0 566 .byte 62,0
567 #endif 567 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-x86/crypto/sha/sha256-586.S ('k') | third_party/boringssl/mac-x86/crypto/aes/aes-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698