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

Side by Side Diff: third_party/boringssl/mac-x86_64/crypto/aes/aesni-x86_64.S

Issue 565503002: Roll BoringSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update_gypi_and_asm.py (that was kind of the point) Created 6 years, 3 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__) 1 #if defined(__x86_64__)
2 .text 2 .text
3 3
4 .globl _aesni_encrypt 4 .globl _aesni_encrypt
5 .private_extern _aesni_encrypt 5 .private_extern _aesni_encrypt
6 6
7 .p2align 4 7 .p2align 4
8 _aesni_encrypt: 8 _aesni_encrypt:
9 movups (%rdi),%xmm2 9 movups (%rdi),%xmm2
10 movl 240(%rdx),%eax 10 movl 240(%rdx),%eax
(...skipping 3157 matching lines...) Expand 10 before | Expand all | Expand 10 after
3168 .long 6,6,6,0 3168 .long 6,6,6,0
3169 L$increment64: 3169 L$increment64:
3170 .long 1,0,0,0 3170 .long 1,0,0,0
3171 L$xts_magic: 3171 L$xts_magic:
3172 .long 0x87,0,1,0 3172 .long 0x87,0,1,0
3173 L$increment1: 3173 L$increment1:
3174 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 3174 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1
3175 3175
3176 .byte 65,69,83,32,102,111,114,32,73,110,116,101,108,32,65,69,83,45,78,73,44,32 ,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101 ,110,115,115,108,46,111,114,103,62,0 3176 .byte 65,69,83,32,102,111,114,32,73,110,116,101,108,32,65,69,83,45,78,73,44,32 ,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101 ,110,115,115,108,46,111,114,103,62,0
3177 .p2align 6 3177 .p2align 6
3178 #endif 3178 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/aes/aes-x86_64.S ('k') | third_party/boringssl/mac-x86_64/crypto/aes/bsaes-x86_64.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698