Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/evp/
H A De_rc4_hmac_md5.c140 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 De_rc4.c137 RC4(&data(ctx)->ks, inl, in, out); in rc4_cipher()
/dflybsd-src/crypto/libressl/include/openssl/
H A Drc4.h65 #error RC4 is disabled.
82 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
/dflybsd-src/usr.sbin/ppp/
H A Dmppe.c153 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 Dkeepass17 >>8 lelong&0x0f 4 \b, RC4
/dflybsd-src/crypto/libressl/crypto/rc4/
H A Drc4-elf-x86_64.S6 .globl RC4 symbol
7 .type RC4,@function
9 RC4: orq %rsi,%rsi label
521 .size RC4,.-RC4
H A Drc4_enc.c73 RC4(RC4_KEY *key, size_t len, const unsigned char *indata, in RC4() function
/dflybsd-src/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c322 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 Deng_openssl.c263 RC4(&test(ctx)->ks, inl, in, out); in test_rc4_cipher()
/dflybsd-src/tools/tools/net80211/w00t/expand/
H A Dexpand.c228 RC4(&k, p->prga_len, p->prga, p->prga); in send_mcast()
/dflybsd-src/crypto/libressl/
H A DCOPYING86 * apply to all code found in this distribution, be it the RC4, RSA,
H A DREADME.DELETED434 man/RC4.3
H A DChangeLog2209 * 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 DREADME208 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 DChangeLog1774 RC4-128-SHA for authentication and AES128-SHA for provisioning
/dflybsd-src/crypto/openssh/
H A DLICENCE39 - RC4 support has been replaced with ARC4 support from OpenSSL
/dflybsd-src/crypto/libressl/apps/openssl/
H A Dspeed.c1153 RC4(&rc4_ks, (unsigned int) lengths[j], in speed_main()