Home | History | Annotate | Download | only in asm

Lines Matching full:rc4

10 # At some point it became apparent that the original SSLeay RC4
24 # For reference! This code delivers ~80% of rc4-amd64.pl
63 &asm_init($ARGV[0],"rc4-586.pl");
155 # void RC4(RC4_KEY *key,size_t len,const unsigned char *inp,unsigned char *out);
156 &function_begin("RC4");
292 &function_end("RC4");
350 # key schedule, which is recognized by RC4 procedure.
402 &asciz ("rc4(4x,int)");
403 &asciz ("rc4(1x,char)");
404 &asciz ("rc4(8x,mmx)");
405 &asciz ("RC4 for x86, CRYPTOGAMS by <appro\@openssl.org>");