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

Side by Side Diff: third_party/boringssl/linux-ppc64le/crypto/fipsmodule/aesp8-ppc.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 .machine "any" 1 .machine "any"
2 2
3 .text 3 .text
4 4
5 .align 7 5 .align 7
6 rcon: 6 rcon:
7 .byte 0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x 00,0x01 7 .byte 0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x 00,0x01
8 .byte 0x00,0x00,0x00,0x1b,0x00,0x00,0x00,0x1b,0x00,0x00,0x00,0x1b,0x00,0x00,0x 00,0x1b 8 .byte 0x00,0x00,0x00,0x1b,0x00,0x00,0x00,0x1b,0x00,0x00,0x00,0x1b,0x00,0x00,0x 00,0x1b
9 .byte 0x0c,0x0f,0x0e,0x0d,0x0c,0x0f,0x0e,0x0d,0x0c,0x0f,0x0e,0x0d,0x0c,0x0f,0x 0e,0x0d 9 .byte 0x0c,0x0f,0x0e,0x0d,0x0c,0x0f,0x0e,0x0d,0x0c,0x0f,0x0e,0x0d,0x0c,0x0f,0x 0e,0x0d
10 .byte 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x 00,0x00 10 .byte 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x 00,0x00
(...skipping 3613 matching lines...) Expand 10 before | Expand all | Expand 10 after
3624 3624
3625 .long 0x10E78D49 3625 .long 0x10E78D49
3626 .long 0x118C0D49 3626 .long 0x118C0D49
3627 .long 0x11AD1549 3627 .long 0x11AD1549
3628 .long 0x11CE1D49 3628 .long 0x11CE1D49
3629 .long 0x11EF2549 3629 .long 0x11EF2549
3630 mtctr 9 3630 mtctr 9
3631 blr 3631 blr
3632 .long 0 3632 .long 0
3633 .byte 0,12,0x14,0,0,0,0,0 3633 .byte 0,12,0x14,0,0,0,0,0
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-ppc64le/crypto/aes/aesp8-ppc.S ('k') | third_party/boringssl/linux-x86/crypto/aes/aes-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698