Searched refs:RC4 (Results 1 - 17 of 17) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rc4/
H A Drc4.h11 * apply to all code found in this distribution, be it the RC4, RSA,
64 #error RC4 is disabled.
80 void RC4(RC4_KEY *key, unsigned long len, const unsigned char *indata,
H A Drc4s.cpp59 RC4(&ctx,numm,buffer,buffer);
61 RC4(&ctx,numm,buffer,buffer);
64 RC4(&ctx,num,buffer,buffer);
66 RC4(&ctx,num,buffer,buffer);
69 printf("RC4 (%d bytes) %d %d (%d) - 8 bytes\n",num,
H A Drc4test.c11 * apply to all code found in this distribution, be it the RC4, RSA,
68 printf("No RC4 support\n");
127 RC4(&key,data_len[i],&(data[i][0]),obuf);
130 printf("error calculating RC4\n");
150 RC4(&key,i,&(data[3][0]),obuf);
153 printf("error in RC4 length processing\n");
177 RC4(&key,i,&(data[3][0]),obuf);
178 RC4(&key,data_len[3]-i,&(data[3][i]),&(obuf[i]));
181 printf("error in RC4 multi-call processing\n");
211 RC4(
[all...]
H A Drc4speed.c11 * apply to all code found in this distribution, be it the RC4, RSA,
204 RC4(&sch,8,buf,buf);
233 printf("Doing RC4 on %ld byte blocks for 10 seconds\n",BUFSIZE);
236 printf("Doing RC4 %ld times on %ld byte blocks\n",cc,BUFSIZE);
240 RC4(&sch,BUFSIZE,buf,buf);
242 printf("%ld RC4's of %ld byte blocks in %.2f second\n",
246 printf("RC4 set_key per sec = %12.2f (%9.3fuS)\n",a,1.0e6/a);
247 printf("RC4 bytes per sec = %12.2f (%9.3fuS)\n",c,8.0e6/c);
H A Drc4.c11 * apply to all code found in this distribution, be it the RC4, RSA,
156 i=EVP_read_pw_string(buf,BUFSIZ,"Enter RC4 password:",0);
179 RC4(&key,(unsigned int)i,(unsigned char *)buf,
H A Drc4_enc.c11 * apply to all code found in this distribution, be it the RC4, RSA,
62 /* RC4 as implemented from a posting from
65 * Subject: RC4 Algorithm revealed.
70 void RC4(RC4_KEY *key, unsigned long len, const unsigned char *indata, function
/opensolaris-onvv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-arc4random.c63 RC4(&rc4, sizeof(r), (unsigned char *)&r, (unsigned char *)&r);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rc4/asm/
H A Drc4-x86_64.pl9 # 2.22x RC4 tune-up:-) It should be noted though that my hand [as in
68 .globl RC4
69 .type RC4,\@function,4
71 RC4: or $len,$len label
233 .size RC4,.-RC4
H A Drc4-586.pl3 # At some point it became apparent that the original SSLeay RC4
39 &RC4("RC4");
102 sub RC4 subroutine
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A De_rc4.c11 * apply to all code found in this distribution, be it the RC4, RSA,
133 RC4(&data(ctx)->ks,inl,in,out);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa_enc.c237 RC4(&k, len, buf, buf);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_prime.pl43 * apply to all code found in this distribution, be it the RC4, RSA,
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/engine/
H A Deng_openssl.c211 * RC4 into this ENGINE. The result is that EVP_CIPHER operation for "rc4"
246 RC4(&test(ctx)->ks,inl,in,out);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/conf/
H A Dkeysets.pl65 * apply to all code found in this distribution, be it the RC4, RSA,
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/objects/
H A Dobj_dat.pl187 * apply to all code found in this distribution, be it the RC4, RSA,
H A Dobjects.pl135 * apply to all code found in this distribution, be it the RC4, RSA,
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dspeed.c11 * apply to all code found in this distribution, be it the RC4, RSA,
1665 RC4(&rc4_ks,(unsigned int)lengths[j],

Completed in 176 milliseconds