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

Side by Side Diff: third_party/boringssl/mac-x86_64/crypto/sha/sha512-x86_64.S

Issue 565503002: Roll BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update_gypi_and_asm.py (that was kind of the point) Created 6 years, 3 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
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #if defined(__x86_64__) 1 #if defined(__x86_64__)
2 .text 2 .text
3 3
4 4
5 .globl _sha512_block_data_order 5 .globl _sha512_block_data_order
6 .private_extern _sha512_block_data_order 6 .private_extern _sha512_block_data_order
7 7
8 .p2align 4 8 .p2align 4
9 _sha512_block_data_order: 9 _sha512_block_data_order:
10 pushq %rbx 10 pushq %rbx
(...skipping 1765 matching lines...) Expand 10 before | Expand all | Expand 10 after
1776 .quad 0x3c9ebe0a15c9bebc,0x431d67c49c100d4c 1776 .quad 0x3c9ebe0a15c9bebc,0x431d67c49c100d4c
1777 .quad 0x3c9ebe0a15c9bebc,0x431d67c49c100d4c 1777 .quad 0x3c9ebe0a15c9bebc,0x431d67c49c100d4c
1778 .quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a 1778 .quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a
1779 .quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a 1779 .quad 0x4cc5d4becb3e42b6,0x597f299cfc657e2a
1780 .quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817 1780 .quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817
1781 .quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817 1781 .quad 0x5fcb6fab3ad6faec,0x6c44198c4a475817
1782 1782
1783 .quad 0x0001020304050607,0x08090a0b0c0d0e0f 1783 .quad 0x0001020304050607,0x08090a0b0c0d0e0f
1784 .quad 0x0001020304050607,0x08090a0b0c0d0e0f 1784 .quad 0x0001020304050607,0x08090a0b0c0d0e0f
1785 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114 ,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32 ,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,6 2,0 1785 .byte 83,72,65,53,49,50,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114 ,109,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32 ,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,6 2,0
1786 #endif 1786 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698