Lines Matching full:rc4
4 Subject: RC4 Algorithm revealed.
16 America by reverse engineering the RC4 algorithm and
22 SUBJECT: RC4 Source Code
25 I've tested this. It is compatible with the RC4 object module
28 /* rc4.h */
37 void rc4(unsigned char *buffer_ptr,int buffer_len,rc4_key * key);
40 /*rc4.c */
41 #include "rc4.h"
69 void rc4(unsigned char *buffer_ptr, int buffer_len, rc4_key *key)
108 official RC4 object code
114 Subject: RC4 compatibility testing
119 I can't say anything about the internals of RC4 versus the
120 algorithm that Bill Sommerfeld is rightly calling 'Alleged RC4',
121 since I don't know anything about RC4's internals.
125 of genuine RC4 as found in BSAFE. I chose a set of test vectors