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

Side by Side Diff: third_party/boringssl/mac-x86_64/crypto/fipsmodule/bsaes-x86_64.S

Issue 2829743002: Roll src/third_party/boringssl/src bc6a76b0e..777fdd644 (Closed)
Patch Set: Created 3 years, 8 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__) && !defined(OPENSSL_NO_ASM) 1 #if defined(__x86_64__) && !defined(OPENSSL_NO_ASM)
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 2480 matching lines...) Expand 10 before | Expand all | Expand 10 after
2491 .quad 0x0404040404040404, 0x0404040404040404 2491 .quad 0x0404040404040404, 0x0404040404040404
2492 .quad 0x0808080808080808, 0x0808080808080808 2492 .quad 0x0808080808080808, 0x0808080808080808
2493 L$M0: 2493 L$M0:
2494 .quad 0x02060a0e03070b0f, 0x0004080c0105090d 2494 .quad 0x02060a0e03070b0f, 0x0004080c0105090d
2495 L$63: 2495 L$63:
2496 .quad 0x6363636363636363, 0x6363636363636363 2496 .quad 0x6363636363636363, 0x6363636363636363
2497 .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 2497 .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
2498 .p2align 6 2498 .p2align 6
2499 2499
2500 #endif 2500 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698