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

Side by Side Diff: third_party/boringssl/linux-x86/crypto/fipsmodule/aesni-x86.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(__i386__) 1 #if defined(__i386__)
2 .file» "src/crypto/aes/asm/aesni-x86.S" 2 .file» "src/crypto/fipsmodule/aes/asm/aesni-x86.S"
3 .text 3 .text
4 .globl aesni_encrypt 4 .globl aesni_encrypt
5 .hidden aesni_encrypt 5 .hidden aesni_encrypt
6 .type aesni_encrypt,@function 6 .type aesni_encrypt,@function
7 .align 16 7 .align 16
8 aesni_encrypt: 8 aesni_encrypt:
9 .L_aesni_encrypt_begin: 9 .L_aesni_encrypt_begin:
10 movl 4(%esp),%eax 10 movl 4(%esp),%eax
11 movl 12(%esp),%edx 11 movl 12(%esp),%edx
12 movups (%eax),%xmm2 12 movups (%eax),%xmm2
(...skipping 2447 matching lines...) Expand 10 before | Expand all | Expand 10 after
2460 .Lkey_const: 2460 .Lkey_const:
2461 .long 202313229,202313229,202313229,202313229 2461 .long 202313229,202313229,202313229,202313229
2462 .long 67569157,67569157,67569157,67569157 2462 .long 67569157,67569157,67569157,67569157
2463 .long 1,1,1,1 2463 .long 1,1,1,1
2464 .long 27,27,27,27 2464 .long 27,27,27,27
2465 .byte 65,69,83,32,102,111,114,32,73,110,116,101,108,32,65,69 2465 .byte 65,69,83,32,102,111,114,32,73,110,116,101,108,32,65,69
2466 .byte 83,45,78,73,44,32,67,82,89,80,84,79,71,65,77,83 2466 .byte 83,45,78,73,44,32,67,82,89,80,84,79,71,65,77,83
2467 .byte 32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115 2467 .byte 32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115
2468 .byte 115,108,46,111,114,103,62,0 2468 .byte 115,108,46,111,114,103,62,0
2469 #endif 2469 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698