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

12

/freebsd-10-stable/crypto/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.
81 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
H A Drc4_utl.c59 fips_cipher_abort(RC4);
H A Drc4test.c11 * apply to all code found in this distribution, be it the RC4, RSA,
68 printf("No RC4 support\n");
133 RC4(&key, data_len[i], &(data[i][0]), obuf);
135 printf("error calculating RC4\n");
153 RC4(&key, i, &(data[3][0]), obuf);
155 printf("error in RC4 length processing\n");
176 RC4(&key, i, &(data[3][0]), obuf);
177 RC4(&key, data_len[3] - i, &(data[3][i]), &(obuf[i]));
179 printf("error in RC4 multi-call processing\n");
209 RC4(
[all...]
H A Drc4speed.c11 * apply to all code found in this distribution, be it the RC4, RSA,
192 RC4(&sch, 8, buf, buf);
220 printf("Doing RC4 on %ld byte blocks for 10 seconds\n", BUFSIZE);
223 printf("Doing RC4 %ld times on %ld byte blocks\n", cc, BUFSIZE);
227 RC4(&sch, BUFSIZE, buf, buf);
229 printf("%ld RC4's of %ld byte blocks in %.2f second\n",
233 printf("RC4 set_key per sec = %12.2f (%9.3fuS)\n", a, 1.0e6 / a);
234 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,
145 i = EVP_read_pw_string(buf, BUFSIZ, "Enter RC4 password:", 0);
167 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,
63 * RC4 as implemented from a posting from
66 * Subject: RC4 Algorithm revealed.
71 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata, function
/freebsd-10-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl46 # void RC4(RC4_KEY *key,size_t len,const void *inp,void *out)
61 .globl RC4
62 .type RC4,\@function
64 RC4: label
155 .size RC4,.-RC4
156 .string "RC4 for s390x, CRYPTOGAMS by <appro\@openssl.org>"
H A Drc4-ia64.pl32 # for RC4 encryption. The basic algorithm looks like this:
464 .type RC4, \@function
465 .global RC4
467 .proc RC4
470 RC4: label
752 .endp RC4
H A Drc4-x86_64.pl12 # 2.22x RC4 tune-up:-) It should be noted though that my hand [as in
128 .globl RC4
129 .type RC4,\@function,4
131 RC4: or $len,$len label
425 .size RC4,.-RC4
526 .asciz "RC4 for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
H A Drc4-parisc.pl10 # RC4 for PA-RISC.
143 .EXPORT RC4,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=GR
144 RC4
307 .STRINGZ "RC4 for PA-RISC, CRYPTOGAMS by <appro\@openssl.org>"
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A De_rc4_hmac_md5.c142 RC4(&key->ks, rc4_off, in, out);
170 RC4(&key->ks, len - rc4_off, out + rc4_off, out + rc4_off);
172 RC4(&key->ks, len - rc4_off, in + rc4_off, out + rc4_off);
185 RC4(&key->ks, rc4_off, in, out);
204 RC4(&key->ks, len - rc4_off, in + rc4_off, out + rc4_off);
H A De_rc4.c11 * apply to all code found in this distribution, be it the RC4, RSA,
130 RC4(&data(ctx)->ks, inl, in, out);
/freebsd-10-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dcrypto.c133 RC4(signkey, sizeof(sigature), sigature, out + 4);
164 RC4(sealkey, 8, hmac, &out[4]);
210 RC4(sealkey, in->length, in->value, p);
241 RC4(sealkey, out->length, in->value, out->value);
383 RC4(&ctx->u.v1.crypto_recv.key, sizeof(sigature),
496 RC4(&ctx->u.v1.crypto_send.key, input_message_buffer->length,
571 RC4(&ctx->u.v1.crypto_recv.key, output_message_buffer->length,
/freebsd-10-stable/crypto/openssl/util/
H A Dx86asm.sh24 echo RC4
H A Dadd_cr.pl75 * apply to all code found in this distribution, be it the RC4, RSA,
/freebsd-10-stable/usr.sbin/ppp/
H A Dmppe.c152 RC4(&RC4Key, mp->keylen, InterimKey, mp->sesskey);
213 RC4(&mop->rc4key, 2, (char *)&nproto, rp + 2);
217 RC4(&mop->rc4key, ilen, rp, rp);
358 RC4(&mip->rc4key, 2, (char *)proto, (char *)proto);
363 RC4(&mip->rc4key, len, rp, rp);
/freebsd-10-stable/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c322 RC4(&k, len, p, p);
353 RC4(&k, len, p, p);
/freebsd-10-stable/secure/lib/libcrypto/i386/
H A Drc4-586.S6 .globl RC4
7 .type RC4,@function
9 RC4: label
272 .size RC4,.-.L_RC4_begin
391 .globl RC4
392 .type RC4,@function
394 RC4: label
653 .size RC4,.-.L_RC4_begin
/freebsd-10-stable/secure/lib/libcrypto/amd64/
H A Drc4-x86_64.S6 .globl RC4
7 .type RC4,@function
9 RC4: orq %rsi,%rsi label
521 .size RC4,.-RC4
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.pl43 * apply to all code found in this distribution, be it the RC4, RSA,
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Deng_openssl.c224 * RC4 into this ENGINE. The result is that EVP_CIPHER operation for "rc4"
261 RC4(&test(ctx)->ks, inl, in, out);
/freebsd-10-stable/crypto/openssl/crypto/conf/
H A Dkeysets.pl65 * apply to all code found in this distribution, be it the RC4, RSA,
/freebsd-10-stable/crypto/openssl/crypto/objects/
H A Dobj_dat.pl187 * apply to all code found in this distribution, be it the RC4, RSA,
H A Dobjects.pl138 * apply to all code found in this distribution, be it the RC4, RSA,
/freebsd-10-stable/tools/tools/net80211/w00t/expand/
H A Dexpand.c228 RC4(&k, p->prga_len, p->prga, p->prga);

Completed in 204 milliseconds

12