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

Side by Side Diff: third_party/boringssl/mac-x86_64/crypto/sha/sha1-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
OLDNEW
1 #if defined(__x86_64__) 1 #if defined(__x86_64__)
2 .text 2 .text
3 3
4 4
5 .globl _sha1_block_data_order 5 .globl _sha1_block_data_order
6 .private_extern _sha1_block_data_order 6 .private_extern _sha1_block_data_order
7 7
8 .p2align 4 8 .p2align 4
9 _sha1_block_data_order: 9 _sha1_block_data_order:
10 movl _OPENSSL_ia32cap_P+0(%rip),%r9d 10 movl _OPENSSL_ia32cap_P+0(%rip),%r9d
(...skipping 2404 matching lines...) Expand 10 before | Expand all | Expand 10 after
2415 .long 0x6ed9eba1,0x6ed9eba1,0x6ed9eba1,0x6ed9eba1 2415 .long 0x6ed9eba1,0x6ed9eba1,0x6ed9eba1,0x6ed9eba1
2416 .long 0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc 2416 .long 0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc
2417 .long 0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc 2417 .long 0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc,0x8f1bbcdc
2418 .long 0xca62c1d6,0xca62c1d6,0xca62c1d6,0xca62c1d6 2418 .long 0xca62c1d6,0xca62c1d6,0xca62c1d6,0xca62c1d6
2419 .long 0xca62c1d6,0xca62c1d6,0xca62c1d6,0xca62c1d6 2419 .long 0xca62c1d6,0xca62c1d6,0xca62c1d6,0xca62c1d6
2420 .long 0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f 2420 .long 0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f
2421 .long 0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f 2421 .long 0x00010203,0x04050607,0x08090a0b,0x0c0d0e0f
2422 .byte 0xf,0xe,0xd,0xc,0xb,0xa,0x9,0x8,0x7,0x6,0x5,0x4,0x3,0x2,0x1,0x0 2422 .byte 0xf,0xe,0xd,0xc,0xb,0xa,0x9,0x8,0x7,0x6,0x5,0x4,0x3,0x2,0x1,0x0
2423 .byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,3 2,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,12 1,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 2423 .byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,3 2,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,12 1,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
2424 .p2align 6 2424 .p2align 6
2425 #endif 2425 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/rc4/rc4-x86_64.S ('k') | third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698