/dflybsd-src/crypto/libressl/crypto/evp/ |
H A D | e_rc4_hmac_md5.c | 140 RC4(&key->ks, rc4_off, in, out); in rc4_hmac_md5_cipher() 170 RC4(&key->ks, len - rc4_off, out + rc4_off, in rc4_hmac_md5_cipher() 173 RC4(&key->ks, len - rc4_off, in + rc4_off, in rc4_hmac_md5_cipher() 187 RC4(&key->ks, rc4_off, in, out); in rc4_hmac_md5_cipher() 206 RC4(&key->ks, len - rc4_off, in + rc4_off, out + rc4_off); in rc4_hmac_md5_cipher()
|
H A D | e_rc4.c | 137 RC4(&data(ctx)->ks, inl, in, out); in rc4_cipher()
|
/dflybsd-src/crypto/libressl/include/openssl/ |
H A D | rc4.h | 65 #error RC4 is disabled. 82 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
|
/dflybsd-src/usr.sbin/ppp/ |
H A D | mppe.c | 153 RC4(&RC4Key, mp->keylen, InterimKey, mp->sesskey); in MPPEKeyChange() 214 RC4(&mop->rc4key, 2, (char *)&nproto, rp + 2); in MPPEOutput() 218 RC4(&mop->rc4key, ilen, rp, rp); in MPPEOutput() 359 RC4(&mip->rc4key, 2, (char *)proto, (char *)proto); in MPPEInput() 364 RC4(&mip->rc4key, len, rp, rp); in MPPEInput()
|
/dflybsd-src/contrib/file/magic/Magdir/ |
H A D | keepass | 17 >>8 lelong&0x0f 4 \b, RC4
|
/dflybsd-src/crypto/libressl/crypto/rc4/ |
H A D | rc4-elf-x86_64.S | 6 .globl RC4 symbol 7 .type RC4,@function 9 RC4: orq %rsi,%rsi label 521 .size RC4,.-RC4
|
H A D | rc4_enc.c | 73 RC4(RC4_KEY *key, size_t len, const unsigned char *indata, in RC4() function
|
/dflybsd-src/tools/tools/net80211/w00t/libw00t/ |
H A D | w00t.c | 322 RC4(&k, len, p, p); in wep_decrypt() 353 RC4(&k, len, p, p); in wep_encrypt()
|
/dflybsd-src/crypto/libressl/crypto/engine/ |
H A D | eng_openssl.c | 263 RC4(&test(ctx)->ks, inl, in, out); in test_rc4_cipher()
|
/dflybsd-src/tools/tools/net80211/w00t/expand/ |
H A D | expand.c | 228 RC4(&k, p->prga_len, p->prga, p->prga); in send_mcast()
|
/dflybsd-src/crypto/libressl/ |
H A D | COPYING | 86 * apply to all code found in this distribution, be it the RC4, RSA,
|
H A D | README.DELETED | 434 man/RC4.3
|
H A D | ChangeLog | 2209 * Fixed an up-to 7 byte overflow in RC4 when len is not a multiple of
|
/dflybsd-src/contrib/wpa_supplicant/wpa_supplicant/ |
H A D | README | 208 for protecting wireless networks. WEP uses RC4 with 40-bit keys, 211 too small against current attacks, RC4 key scheduling is insufficient 220 hardware. It still uses RC4 for the encryption like WEP, but with 221 per-packet RC4 keys. In addition, it implements replay protection,
|
H A D | ChangeLog | 1774 RC4-128-SHA for authentication and AES128-SHA for provisioning
|
/dflybsd-src/crypto/openssh/ |
H A D | LICENCE | 39 - RC4 support has been replaced with ARC4 support from OpenSSL
|
/dflybsd-src/crypto/libressl/apps/openssl/ |
H A D | speed.c | 1153 RC4(&rc4_ks, (unsigned int) lengths[j], in speed_main()
|