Home | History | Annotate | Download | only in rc4

Lines Matching full:rc4

1 /* crypto/rc4/rc4_skey.c */
11 * apply to all code found in this distribution, be it the RC4, RSA,
59 #include <openssl/rc4.h>
63 const char RC4_version[]="RC4" OPENSSL_VERSION_PTEXT;
69 return("rc4(idx,char)");
71 return("rc4(idx,int)");
74 return("rc4(ptr,char)");
76 return("rc4(ptr,int)");
80 /* RC4 as implemented from a posting from
83 * Subject: RC4 Algorithm revealed.