summaryrefslogtreecommitdiff
path: root/deps/openssl/asm/x86-win32-masm/rc4/rc4-586.asm
blob: d179090911ede46f520156df663ae5b1090eb099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
TITLE	rc4-586.asm
IF @Version LT 800
ECHO MASM version 8.00 or later is strongly recommended.
ENDIF
.686
.XMM
IF @Version LT 800
XMMWORD STRUCT 16
DQ	2 dup (?)
XMMWORD	ENDS
ENDIF

.MODEL	FLAT
OPTION	DOTNAME
IF @Version LT 800
.text$	SEGMENT PAGE 'CODE'
ELSE
.text$	SEGMENT ALIGN(64) 'CODE'
ENDIF
;EXTERN	_OPENSSL_ia32cap_P:NEAR
ALIGN	16
_RC4	PROC PUBLIC
$L_RC4_begin::
	push	ebp
	push	ebx
	push	esi
	push	edi
	mov	edi,DWORD PTR 20[esp]
	mov	edx,DWORD PTR 24[esp]
	mov	esi,DWORD PTR 28[esp]
	mov	ebp,DWORD PTR 32[esp]
	xor	eax,eax
	xor	ebx,ebx
	cmp	edx,0
	je	$L000abort
	mov	al,BYTE PTR [edi]
	mov	bl,BYTE PTR 4[edi]
	add	edi,8
	lea	ecx,DWORD PTR [edx*1+esi]
	sub	ebp,esi
	mov	DWORD PTR 24[esp],ecx
	inc	al
	cmp	DWORD PTR 256[edi],-1
	je	$L001RC4_CHAR
	mov	ecx,DWORD PTR [eax*4+edi]
	and	edx,-4
	jz	$L002loop1
	test	edx,-8
	mov	DWORD PTR 32[esp],ebp
	jz	$L003go4loop4
	lea	ebp,DWORD PTR _OPENSSL_ia32cap_P
	bt	DWORD PTR [ebp],26
	jnc	$L003go4loop4
	mov	ebp,DWORD PTR 32[esp]
	and	edx,-8
	lea	edx,DWORD PTR [edx*1+esi-8]
	mov	DWORD PTR [edi-4],edx
	add	bl,cl
	mov	edx,DWORD PTR [ebx*4+edi]
	mov	DWORD PTR [ebx*4+edi],ecx
	mov	DWORD PTR [eax*4+edi],edx
	inc	eax
	add	edx,ecx
	movzx	eax,al
	movzx	edx,dl
	movq	mm0,QWORD PTR [esi]
	mov	ecx,DWORD PTR [eax*4+edi]
	movd	mm2,DWORD PTR [edx*4+edi]
	jmp	$L004loop_mmx_enter
ALIGN	16
$L005loop_mmx:
	add	bl,cl
	psllq	mm1,56
	mov	edx,DWORD PTR [ebx*4+edi]
	mov	DWORD PTR [ebx*4+edi],ecx
	mov	DWORD PTR [eax*4+edi],edx
	inc	eax
	add	edx,ecx
	movzx	eax,al
	movzx	edx,dl
	pxor	mm2,mm1
	movq	mm0,QWORD PTR [esi]
	movq	QWORD PTR [esi*1+ebp-8],mm2
	mov	ecx,DWORD PTR [eax*4+edi]
	movd	mm2,DWORD PTR [edx*4+edi]
$L004loop_mmx_enter:
	add	bl,cl
	mov	edx,DWORD PTR [ebx*4+edi]
	mov	DWORD PTR [ebx*4+edi],ecx
	mov	DWORD PTR [eax*4+edi],edx
	inc	eax
	add	edx,ecx
	movzx	eax,al
	movzx	edx,dl
	pxor	mm2,mm0
	mov	ecx,DWORD PTR [eax*4+edi]
	movd	mm1,DWORD PTR [edx*4+edi]
	add	bl,cl
	psllq	mm1,8
	mov	edx,DWORD PTR [ebx*4+edi]
	mov	DWORD PTR [ebx*4+edi],ecx
	mov	DWORD PTR [eax*4+edi],edx
	inc	eax
	add	edx,ecx
	movzx	eax,al
	movzx	edx,dl
	pxor	mm2,mm1
	mov	ecx,DWORD PTR [eax*4+edi]
	movd	mm1,DWORD PTR [edx*4+edi]
	add	bl,cl
	psllq	mm1,16
	mov	edx,DWORD PTR [ebx*4+edi]
	mov	DWORD PTR [ebx*4+edi],ecx
	mov	DWORD PTR [eax*4+edi],edx
	inc	eax
	add	edx,ecx
	movzx	eax,al
	movzx	edx,dl
	pxor	mm2,mm1
	mov	ecx,DWORD PTR [eax*4+edi]
	movd	mm1,DWORD PTR [edx*4+edi]
	add	bl,cl
	psllq	mm1,24
	mov	edx,DWORD PTR [ebx*4+edi]
	mov	DWORD PTR [ebx*4+edi],ecx
	mov	DWORD PTR [eax*4+edi],edx
	inc	eax
	add	edx,ecx
	movzx	eax,al
	movzx	edx,dl
	pxor	mm2,mm1
	mov	ecx,DWORD PTR [eax*4+edi]
	movd	mm1,DWORD PTR [edx*4+edi]
	add	bl,cl
	psllq	mm1,32
	mov	edx,DWORD PTR [ebx*4+edi]
	mov	DWORD PTR [ebx*4+edi],ecx
	mov	DWORD PTR [eax*4+edi],edx
	inc	eax
	add	edx,ecx
	movzx	eax,al
	movzx	edx,dl
	pxor	mm2,mm1
	mov	ecx,DWORD PTR [eax*4+edi]
	movd	mm1,DWORD PTR [edx*4+edi]
	add	bl,cl
	psllq	mm1,40
	mov	edx,DWORD PTR [ebx*4+edi]
	mov	DWORD PTR [ebx*4+edi],ecx
	mov	DWORD PTR [eax*4+edi],edx
	inc	eax
	add	edx,ecx
	movzx	eax,al
	movzx	edx,dl
	pxor	mm2,mm1
	mov	ecx,DWORD PTR [eax*4+edi]
	movd	mm1,DWORD PTR [edx*4+edi]
	add	bl,cl
	psllq	mm1,48
	mov	edx,DWORD PTR [ebx*4+edi]
	mov	DWORD PTR [ebx*4+edi],ecx
	mov	DWORD PTR [eax*4+edi],edx
	inc	eax
	add	edx,ecx
	movzx	eax,al
	movzx	edx,dl
	pxor	mm2,mm1
	mov	ecx,DWORD PTR [eax*4+edi]
	movd	mm1,DWORD PTR [edx*4+edi]
	mov	edx,ebx
	xor	ebx,ebx
	mov	bl,dl
	cmp	esi,DWORD PTR [edi-4]
	lea	esi,DWORD PTR 8[esi]
	jb	$L005loop_mmx
	psllq	mm1,56
	pxor	mm2,mm1
	movq	QWORD PTR [esi*1+ebp-8],mm2
	emms
	cmp	esi,DWORD PTR 24[esp]
	je	$L006done
	jmp	$L002loop1
ALIGN	16
$L003go4loop4:
	lea	edx,DWORD PTR [edx*1+esi-4]
	mov	DWORD PTR 28[esp],edx
$L007loop4:
	add	bl,cl
	mov	edx,DWORD PTR [ebx*4+edi]
	mov	DWORD PTR [ebx*4+edi],ecx
	mov	DWORD PTR [eax*4+edi],edx
	add	edx,ecx
	inc	al
	and	edx,255
	mov	ecx,DWORD PTR [eax*4+edi]
	mov	ebp,DWORD PTR [edx*4+edi]
	add	bl,cl
	mov	edx,DWORD PTR [ebx*4+edi]
	mov	DWORD PTR [ebx*4+edi],ecx
	mov	DWORD PTR [eax*4+edi],edx
	add	edx,ecx
	inc	al
	and	edx,255
	ror	ebp,8
	mov	ecx,DWORD PTR [eax*4+edi]
	or	ebp,DWORD PTR [edx*4+edi]
	add	bl,cl
	mov	edx,DWORD PTR [ebx*4+edi]
	mov	DWORD PTR [ebx*4+edi],ecx
	mov	DWORD PTR [eax*4+edi],edx
	add	edx,ecx
	inc	al
	and	edx,255
	ror	ebp,8
	mov	ecx,DWORD PTR [eax*4+edi]
	or	ebp,DWORD PTR [edx*4+edi]
	add	bl,cl
	mov	edx,DWORD PTR [ebx*4+edi]
	mov	DWORD PTR [ebx*4+edi],ecx
	mov	DWORD PTR [eax*4+edi],edx
	add	edx,ecx
	inc	al
	and	edx,255
	ror	ebp,8
	mov	ecx,DWORD PTR 32[esp]
	or	ebp,DWORD PTR [edx*4+edi]
	ror	ebp,8
	xor	ebp,DWORD PTR [esi]
	cmp	esi,DWORD PTR 28[esp]
	mov	DWORD PTR [esi*1+ecx],ebp
	lea	esi,DWORD PTR 4[esi]
	mov	ecx,DWORD PTR [eax*4+edi]
	jb	$L007loop4
	cmp	esi,DWORD PTR 24[esp]
	je	$L006done
	mov	ebp,DWORD PTR 32[esp]
ALIGN	16
$L002loop1:
	add	bl,cl
	mov	edx,DWORD PTR [ebx*4+edi]
	mov	DWORD PTR [ebx*4+edi],ecx
	mov	DWORD PTR [eax*4+edi],edx
	add	edx,ecx
	inc	al
	and	edx,255
	mov	edx,DWORD PTR [edx*4+edi]
	xor	dl,BYTE PTR [esi]
	lea	esi,DWORD PTR 1[esi]
	mov	ecx,DWORD PTR [eax*4+edi]
	cmp	esi,DWORD PTR 24[esp]
	mov	BYTE PTR [esi*1+ebp-1],dl
	jb	$L002loop1
	jmp	$L006done
ALIGN	16
$L001RC4_CHAR:
	movzx	ecx,BYTE PTR [eax*1+edi]
$L008cloop1:
	add	bl,cl
	movzx	edx,BYTE PTR [ebx*1+edi]
	mov	BYTE PTR [ebx*1+edi],cl
	mov	BYTE PTR [eax*1+edi],dl
	add	dl,cl
	movzx	edx,BYTE PTR [edx*1+edi]
	add	al,1
	xor	dl,BYTE PTR [esi]
	lea	esi,DWORD PTR 1[esi]
	movzx	ecx,BYTE PTR [eax*1+edi]
	cmp	esi,DWORD PTR 24[esp]
	mov	BYTE PTR [esi*1+ebp-1],dl
	jb	$L008cloop1
$L006done:
	dec	al
	mov	DWORD PTR [edi-4],ebx
	mov	BYTE PTR [edi-8],al
$L000abort:
	pop	edi
	pop	esi
	pop	ebx
	pop	ebp
	ret
_RC4 ENDP
ALIGN	16
_private_RC4_set_key	PROC PUBLIC
$L_private_RC4_set_key_begin::
	push	ebp
	push	ebx
	push	esi
	push	edi
	mov	edi,DWORD PTR 20[esp]
	mov	ebp,DWORD PTR 24[esp]
	mov	esi,DWORD PTR 28[esp]
	lea	edx,DWORD PTR _OPENSSL_ia32cap_P
	lea	edi,DWORD PTR 8[edi]
	lea	esi,DWORD PTR [ebp*1+esi]
	neg	ebp
	xor	eax,eax
	mov	DWORD PTR [edi-4],ebp
	bt	DWORD PTR [edx],20
	jc	$L009c1stloop
ALIGN	16
$L010w1stloop:
	mov	DWORD PTR [eax*4+edi],eax
	add	al,1
	jnc	$L010w1stloop
	xor	ecx,ecx
	xor	edx,edx
ALIGN	16
$L011w2ndloop:
	mov	eax,DWORD PTR [ecx*4+edi]
	add	dl,BYTE PTR [ebp*1+esi]
	add	dl,al
	add	ebp,1
	mov	ebx,DWORD PTR [edx*4+edi]
	jnz	$L012wnowrap
	mov	ebp,DWORD PTR [edi-4]
$L012wnowrap:
	mov	DWORD PTR [edx*4+edi],eax
	mov	DWORD PTR [ecx*4+edi],ebx
	add	cl,1
	jnc	$L011w2ndloop
	jmp	$L013exit
ALIGN	16
$L009c1stloop:
	mov	BYTE PTR [eax*1+edi],al
	add	al,1
	jnc	$L009c1stloop
	xor	ecx,ecx
	xor	edx,edx
	xor	ebx,ebx
ALIGN	16
$L014c2ndloop:
	mov	al,BYTE PTR [ecx*1+edi]
	add	dl,BYTE PTR [ebp*1+esi]
	add	dl,al
	add	ebp,1
	mov	bl,BYTE PTR [edx*1+edi]
	jnz	$L015cnowrap
	mov	ebp,DWORD PTR [edi-4]
$L015cnowrap:
	mov	BYTE PTR [edx*1+edi],al
	mov	BYTE PTR [ecx*1+edi],bl
	add	cl,1
	jnc	$L014c2ndloop
	mov	DWORD PTR 256[edi],-1
$L013exit:
	xor	eax,eax
	mov	DWORD PTR [edi-8],eax
	mov	DWORD PTR [edi-4],eax
	pop	edi
	pop	esi
	pop	ebx
	pop	ebp
	ret
_private_RC4_set_key ENDP
ALIGN	16
_RC4_options	PROC PUBLIC
$L_RC4_options_begin::
	call	$L016pic_point
$L016pic_point:
	pop	eax
	lea	eax,DWORD PTR ($L017opts-$L016pic_point)[eax]
	lea	edx,DWORD PTR _OPENSSL_ia32cap_P
	mov	edx,DWORD PTR [edx]
	bt	edx,20
	jc	$L0181xchar
	bt	edx,26
	jnc	$L019ret
	add	eax,25
	ret
$L0181xchar:
	add	eax,12
$L019ret:
	ret
ALIGN	64
$L017opts:
DB	114,99,52,40,52,120,44,105,110,116,41,0
DB	114,99,52,40,49,120,44,99,104,97,114,41,0
DB	114,99,52,40,56,120,44,109,109,120,41,0
DB	82,67,52,32,102,111,114,32,120,56,54,44,32,67,82,89
DB	80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114
DB	111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
ALIGN	64
_RC4_options ENDP
.text$	ENDS
.bss	SEGMENT 'BSS'
COMM	_OPENSSL_ia32cap_P:QWORD
.bss	ENDS
END