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

Side by Side Diff: third_party/boringssl/mac-x86_64/crypto/aes/aes-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 .p2align 4 4 .p2align 4
5 _x86_64_AES_encrypt: 5 _x86_64_AES_encrypt:
6 xorl 0(%r15),%eax 6 xorl 0(%r15),%eax
7 xorl 4(%r15),%ebx 7 xorl 4(%r15),%ebx
8 xorl 8(%r15),%ecx 8 xorl 8(%r15),%ecx
9 xorl 12(%r15),%edx 9 xorl 12(%r15),%edx
10 10
(...skipping 2514 matching lines...) Expand 10 before | Expand all | Expand 10 after
2525 .byte 0x60,0x51,0x7f,0xa9,0x19,0xb5,0x4a,0x0d 2525 .byte 0x60,0x51,0x7f,0xa9,0x19,0xb5,0x4a,0x0d
2526 .byte 0x2d,0xe5,0x7a,0x9f,0x93,0xc9,0x9c,0xef 2526 .byte 0x2d,0xe5,0x7a,0x9f,0x93,0xc9,0x9c,0xef
2527 .byte 0xa0,0xe0,0x3b,0x4d,0xae,0x2a,0xf5,0xb0 2527 .byte 0xa0,0xe0,0x3b,0x4d,0xae,0x2a,0xf5,0xb0
2528 .byte 0xc8,0xeb,0xbb,0x3c,0x83,0x53,0x99,0x61 2528 .byte 0xc8,0xeb,0xbb,0x3c,0x83,0x53,0x99,0x61
2529 .byte 0x17,0x2b,0x04,0x7e,0xba,0x77,0xd6,0x26 2529 .byte 0x17,0x2b,0x04,0x7e,0xba,0x77,0xd6,0x26
2530 .byte 0xe1,0x69,0x14,0x63,0x55,0x21,0x0c,0x7d 2530 .byte 0xe1,0x69,0x14,0x63,0x55,0x21,0x0c,0x7d
2531 .long 0x80808080, 0x80808080, 0xfefefefe, 0xfefefefe 2531 .long 0x80808080, 0x80808080, 0xfefefefe, 0xfefefefe
2532 .long 0x1b1b1b1b, 0x1b1b1b1b, 0, 0 2532 .long 0x1b1b1b1b, 0x1b1b1b1b, 0, 0
2533 .byte 65,69,83,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,1 11,114,103,62,0 2533 .byte 65,69,83,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,1 11,114,103,62,0
2534 .p2align 6 2534 .p2align 6
2535 #endif 2535 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698