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

Side by Side Diff: third_party/boringssl/linux-x86/crypto/modes/ghash-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 "ghash-x86.S" 2 .file "ghash-x86.S"
3 .text 3 .text
4 .globl gcm_gmult_4bit_x86 4 .globl gcm_gmult_4bit_x86
5 .type gcm_gmult_4bit_x86,@function 5 .type gcm_gmult_4bit_x86,@function
6 .align 16 6 .align 16
7 gcm_gmult_4bit_x86: 7 gcm_gmult_4bit_x86:
8 .L_gcm_gmult_4bit_x86_begin: 8 .L_gcm_gmult_4bit_x86_begin:
9 pushl %ebp 9 pushl %ebp
10 pushl %ebx 10 pushl %ebx
(...skipping 1246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1257 .align 64 1257 .align 64
1258 .Lrem_4bit: 1258 .Lrem_4bit:
1259 .long 0,0,0,471859200,0,943718400,0,610271232 1259 .long 0,0,0,471859200,0,943718400,0,610271232
1260 .long 0,1887436800,0,1822425088,0,1220542464,0,1423966208 1260 .long 0,1887436800,0,1822425088,0,1220542464,0,1423966208
1261 .long 0,3774873600,0,4246732800,0,3644850176,0,3311403008 1261 .long 0,3774873600,0,4246732800,0,3644850176,0,3311403008
1262 .long 0,2441084928,0,2376073216,0,2847932416,0,3051356160 1262 .long 0,2441084928,0,2376073216,0,2847932416,0,3051356160
1263 .byte 71,72,65,83,72,32,102,111,114,32,120,56,54,44,32,67 1263 .byte 71,72,65,83,72,32,102,111,114,32,120,56,54,44,32,67
1264 .byte 82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112 1264 .byte 82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112
1265 .byte 112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62 1265 .byte 112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62
1266 .byte 0 1266 .byte 0
1267 #endif 1267 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-x86/crypto/md5/md5-586.S ('k') | third_party/boringssl/linux-x86/crypto/rc4/rc4-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698