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

Side by Side Diff: third_party/boringssl/linux-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 .extern asm_AES_encrypt 4 .extern asm_AES_encrypt
5 .hidden asm_AES_encrypt 5 .hidden asm_AES_encrypt
6 .extern asm_AES_decrypt 6 .extern asm_AES_decrypt
7 .hidden asm_AES_decrypt 7 .hidden asm_AES_decrypt
8 8
9 .type _bsaes_encrypt8,@function 9 .type _bsaes_encrypt8,@function
10 .align 64 10 .align 64
(...skipping 2483 matching lines...) Expand 10 before | Expand all | Expand 10 after
2494 .quad 0x0404040404040404, 0x0404040404040404 2494 .quad 0x0404040404040404, 0x0404040404040404
2495 .quad 0x0808080808080808, 0x0808080808080808 2495 .quad 0x0808080808080808, 0x0808080808080808
2496 .LM0: 2496 .LM0:
2497 .quad 0x02060a0e03070b0f, 0x0004080c0105090d 2497 .quad 0x02060a0e03070b0f, 0x0004080c0105090d
2498 .L63: 2498 .L63:
2499 .quad 0x6363636363636363, 0x6363636363636363 2499 .quad 0x6363636363636363, 0x6363636363636363
2500 .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 2500 .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 .align 64 2501 .align 64
2502 .size _bsaes_const,.-_bsaes_const 2502 .size _bsaes_const,.-_bsaes_const
2503 #endif 2503 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698