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

Side by Side Diff: third_party/boringssl/linux-x86/crypto/aes/aesni-x86.S

Issue 401153002: Switch to BoringSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase across DEPS change Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 #if defined(__i386__) 1 #if defined(__i386__)
2 .file "src/crypto/aes/asm/aesni-x86.S" 2 .file "src/crypto/aes/asm/aesni-x86.S"
3 .text 3 .text
4 .globl aesni_encrypt 4 .globl aesni_encrypt
5 .type aesni_encrypt,@function 5 .type aesni_encrypt,@function
6 .align 16 6 .align 16
7 aesni_encrypt: 7 aesni_encrypt:
8 .L_aesni_encrypt_begin: 8 .L_aesni_encrypt_begin:
9 movl 4(%esp),%eax 9 movl 4(%esp),%eax
10 movl 12(%esp),%edx 10 movl 12(%esp),%edx
(...skipping 2177 matching lines...) Expand 10 before | Expand all | Expand 10 after
2188 .byte 102,15,56,219,192 2188 .byte 102,15,56,219,192
2189 movups %xmm0,(%edx) 2189 movups %xmm0,(%edx)
2190 xorl %eax,%eax 2190 xorl %eax,%eax
2191 .L102dec_key_ret: 2191 .L102dec_key_ret:
2192 ret 2192 ret
2193 .size aesni_set_decrypt_key,.-.L_aesni_set_decrypt_key_begin 2193 .size aesni_set_decrypt_key,.-.L_aesni_set_decrypt_key_begin
2194 .byte 65,69,83,32,102,111,114,32,73,110,116,101,108,32,65,69 2194 .byte 65,69,83,32,102,111,114,32,73,110,116,101,108,32,65,69
2195 .byte 83,45,78,73,44,32,67,82,89,80,84,79,71,65,77,83 2195 .byte 83,45,78,73,44,32,67,82,89,80,84,79,71,65,77,83
2196 .byte 32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115 2196 .byte 32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115
2197 .byte 115,108,46,111,114,103,62,0 2197 .byte 115,108,46,111,114,103,62,0
2198 #endif 2198 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-x86/crypto/aes/aes-586.S ('k') | third_party/boringssl/linux-x86/crypto/aes/vpaes-x86.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698