OLD | NEW |
1 #if defined(__i386__) | 1 #if defined(__i386__) |
2 .file "rc4-586.S" | 2 .file "rc4-586.S" |
3 .text | 3 .text |
4 .globl RC4 | 4 .globl RC4 |
5 .type RC4,@function | 5 .type RC4,@function |
6 .align 16 | 6 .align 16 |
7 RC4: | 7 RC4: |
8 .L_RC4_begin: | 8 .L_RC4_begin: |
9 pushl %ebp | 9 pushl %ebp |
10 pushl %ebx | 10 pushl %ebx |
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 .align 64 | 363 .align 64 |
364 .L017opts: | 364 .L017opts: |
365 .byte 114,99,52,40,52,120,44,105,110,116,41,0 | 365 .byte 114,99,52,40,52,120,44,105,110,116,41,0 |
366 .byte 114,99,52,40,49,120,44,99,104,97,114,41,0 | 366 .byte 114,99,52,40,49,120,44,99,104,97,114,41,0 |
367 .byte 114,99,52,40,56,120,44,109,109,120,41,0 | 367 .byte 114,99,52,40,56,120,44,109,109,120,41,0 |
368 .byte 82,67,52,32,102,111,114,32,120,56,54,44,32,67,82,89 | 368 .byte 82,67,52,32,102,111,114,32,120,56,54,44,32,67,82,89 |
369 .byte 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114 | 369 .byte 80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114 |
370 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 | 370 .byte 111,64,111,112,101,110,115,115,108,46,111,114,103,62,0 |
371 .align 64 | 371 .align 64 |
372 .size RC4_options,.-.L_RC4_options_begin | 372 .size RC4_options,.-.L_RC4_options_begin |
373 #endif | 373 #endif |
OLD | NEW |