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

/freebsd-12-stable/crypto/openssl/include/openssl/
H A Drc4.h28 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
/freebsd-12-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl53 # void RC4(RC4_KEY *key,size_t len,const void *inp,void *out)
68 .globl RC4
69 .type RC4,\@function
71 RC4: label
162 .size RC4,.-RC4
163 .string "RC4 for s390x, CRYPTOGAMS by <appro\@openssl.org>"
H A Drc4-x86_64.pl19 # 2.22x RC4 tune-up:-) It should be noted though that my hand [as in
138 .globl RC4
139 .type RC4,\@function,4
141 RC4: label
445 .size RC4,.-RC4
550 .asciz "RC4 for x86_64, CRYPTOGAMS by <appro\@openssl.org>"
H A Drc4-parisc.pl17 # RC4 for PA-RISC.
150 .EXPORT RC4,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=GR
151 RC4
314 .STRINGZ "RC4 for PA-RISC, CRYPTOGAMS by <appro\@openssl.org>"
H A Drc4-c64xplus.pl17 # RC4 for C64x+.
21 # RC4 subroutine processes one byte in 7.0 cycles, which is 3x faster
41 .asg RC4,_RC4
185 .cstring "RC4 for C64+, CRYPTOGAMS by <appro\@openssl.org>"
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A De_rc4_hmac_md5.c92 RC4(&key->ks, rc4_off, in, out);
120 RC4(&key->ks, len - rc4_off, out + rc4_off, out + rc4_off);
122 RC4(&key->ks, len - rc4_off, in + rc4_off, out + rc4_off);
135 RC4(&key->ks, rc4_off, in, out);
154 RC4(&key->ks, len - rc4_off, in + rc4_off, out + rc4_off);
H A De_rc4.c79 RC4(&data(ctx)->ks, inl, in, out);
/freebsd-12-stable/crypto/openssl/crypto/rc4/
H A Drc4_enc.c14 * RC4 as implemented from a posting from
16 * Subject: RC4 Algorithm revealed.
21 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata, function
/freebsd-12-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dcrypto.c133 RC4(signkey, sizeof(sigature), sigature, out + 4);
166 RC4(sealkey, 8, hmac, &out[4]);
212 RC4(sealkey, in->length, in->value, p);
243 RC4(sealkey, out->length, in->value, out->value);
385 RC4(&ctx->u.v1.crypto_recv.key, sizeof(sigature),
498 RC4(&ctx->u.v1.crypto_send.key, input_message_buffer->length,
573 RC4(&ctx->u.v1.crypto_recv.key, output_message_buffer->length,
/freebsd-12-stable/secure/lib/libcrypto/i386/
H A Drc4-586.S5 .globl RC4
6 .type RC4,@function
8 RC4: label
270 .size RC4,.-.L_RC4_begin
386 .globl RC4
387 .type RC4,@function
389 RC4: label
648 .size RC4,.-.L_RC4_begin
/freebsd-12-stable/usr.sbin/ppp/
H A Dmppe.c154 RC4(&RC4Key, mp->keylen, InterimKey, mp->sesskey);
215 RC4(&mop->rc4key, 2, (char *)&nproto, rp + 2);
219 RC4(&mop->rc4key, ilen, rp, rp);
360 RC4(&mip->rc4key, 2, (char *)proto, (char *)proto);
365 RC4(&mip->rc4key, len, rp, rp);
/freebsd-12-stable/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c322 RC4(&k, len, p, p);
353 RC4(&k, len, p, p);
/freebsd-12-stable/secure/lib/libcrypto/amd64/
H A Drc4-x86_64.S6 .globl RC4
7 .type RC4,@function
9 RC4: label
534 .size RC4,.-RC4
/freebsd-12-stable/crypto/openssl/crypto/engine/
H A Deng_openssl.c175 * RC4 into this ENGINE. The result is that EVP_CIPHER operation for "rc4"
209 RC4(&test(ctx)->ks, inl, in, out);
/freebsd-12-stable/tools/tools/net80211/w00t/expand/
H A Dexpand.c228 RC4(&k, p->prga_len, p->prga, p->prga);
/freebsd-12-stable/crypto/openssl/apps/
H A Dspeed.c789 RC4(&rc4_ks, (size_t)lengths[testnum], buf, buf);
/freebsd-12-stable/crypto/heimdal/
H A Dconfigure13957 RC4(0, 0, 0, 0);
14031 RC4(0, 0, 0, 0);
14136 RC4(0, 0, 0, 0);
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
H A DMakefile2256 MLINKS+= RC4_set_key.3 RC4.3

Completed in 210 milliseconds