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

Side by Side Diff: third_party/boringssl/mac-x86_64/crypto/aes/bsaes-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 5
6 6
7 7
8 .p2align 6 8 .p2align 6
9 _bsaes_encrypt8: 9 _bsaes_encrypt8:
10 leaq L$BS0(%rip),%r11 10 leaq L$BS0(%rip),%r11
(...skipping 2483 matching lines...) Expand 10 before | Expand all | Expand 10 after
2494 .quad 0x0202020202020202, 0x0202020202020202 2494 .quad 0x0202020202020202, 0x0202020202020202
2495 .quad 0x0404040404040404, 0x0404040404040404 2495 .quad 0x0404040404040404, 0x0404040404040404
2496 .quad 0x0808080808080808, 0x0808080808080808 2496 .quad 0x0808080808080808, 0x0808080808080808
2497 L$M0: 2497 L$M0:
2498 .quad 0x02060a0e03070b0f, 0x0004080c0105090d 2498 .quad 0x02060a0e03070b0f, 0x0004080c0105090d
2499 L$63: 2499 L$63:
2500 .quad 0x6363636363636363, 0x6363636363636363 2500 .quad 0x6363636363636363, 0x6363636363636363
2501 .byte 66,105,116,45,115,108,105,99,101,100,32,65,69,83,32,102,111,114,32,120,5 6,54,95,54,52,47,83,83,83,69,51,44,32,69,109,105,108,105,97,32,75,195,164,115,11 2,101,114,44,32,80,101,116,101,114,32,83,99,104,119,97,98,101,44,32,65,110,100,1 21,32,80,111,108,121,97,107,111,118,0 2501 .byte 66,105,116,45,115,108,105,99,101,100,32,65,69,83,32,102,111,114,32,120,5 6,54,95,54,52,47,83,83,83,69,51,44,32,69,109,105,108,105,97,32,75,195,164,115,11 2,101,114,44,32,80,101,116,101,114,32,83,99,104,119,97,98,101,44,32,65,110,100,1 21,32,80,111,108,121,97,107,111,118,0
2502 .p2align 6 2502 .p2align 6
2503 2503
2504 #endif 2504 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/aes/aesni-x86_64.S ('k') | third_party/boringssl/mac-x86_64/crypto/aes/vpaes-x86_64.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698