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

Side by Side Diff: third_party/boringssl/mac-x86_64/crypto/fipsmodule/vpaes-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 8
9 9
10 10
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 L$k_dsbe: 825 L$k_dsbe:
826 .quad 0x46F2929626D4D000, 0x2242600464B4F6B0 826 .quad 0x46F2929626D4D000, 0x2242600464B4F6B0
827 .quad 0x0C55A6CDFFAAC100, 0x9467F36B98593E32 827 .quad 0x0C55A6CDFFAAC100, 0x9467F36B98593E32
828 L$k_dsbo: 828 L$k_dsbo:
829 .quad 0x1387EA537EF94000, 0xC7AA6DB9D4943E2D 829 .quad 0x1387EA537EF94000, 0xC7AA6DB9D4943E2D
830 .quad 0x12D7560F93441D00, 0xCA4B8159D8C58E9C 830 .quad 0x12D7560F93441D00, 0xCA4B8159D8C58E9C
831 .byte 86,101,99,116,111,114,32,80,101,114,109,117,116,97,116,105,111,110,32,65 ,69,83,32,102,111,114,32,120,56,54,95,54,52,47,83,83,83,69,51,44,32,77,105,107,1 01,32,72,97,109,98,117,114,103,32,40,83,116,97,110,102,111,114,100,32,85,110,105 ,118,101,114,115,105,116,121,41,0 831 .byte 86,101,99,116,111,114,32,80,101,114,109,117,116,97,116,105,111,110,32,65 ,69,83,32,102,111,114,32,120,56,54,95,54,52,47,83,83,83,69,51,44,32,77,105,107,1 01,32,72,97,109,98,117,114,103,32,40,83,116,97,110,102,111,114,100,32,85,110,105 ,118,101,114,115,105,116,121,41,0
832 .p2align 6 832 .p2align 6
833 833
834 #endif 834 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698