/openbsd/sys/net80211/ |
H A D | ieee80211_crypto_wep.c | 46 struct rc4_ctx rc4; member 127 rc4_keysetup(&ctx->rc4, wepseed, IEEE80211_WEP_IVLEN + k->k_len); in ieee80211_wep_encrypt() 162 rc4_crypt(&ctx->rc4, mtod(m, caddr_t) + moff, in ieee80211_wep_encrypt() 186 rc4_crypt(&ctx->rc4, icvp, icvp, IEEE80211_WEP_CRCLEN); in ieee80211_wep_encrypt() 223 rc4_keysetup(&ctx->rc4, wepseed, IEEE80211_WEP_IVLEN + k->k_len); in ieee80211_wep_decrypt() 277 rc4_crypt(&ctx->rc4, mtod(m, caddr_t) + moff, in ieee80211_wep_decrypt() 288 rc4_crypt(&ctx->rc4, (caddr_t)&crc0, (caddr_t)&crc0, in ieee80211_wep_decrypt()
|
H A D | ieee80211_crypto.c | 524 struct rc4_ctx rc4; in ieee80211_eapol_key_encrypt() member 548 rc4_keysetup(&ctx.rc4, keybuf, sizeof keybuf); in ieee80211_eapol_key_encrypt() 550 rc4_skip(&ctx.rc4, RC4STATE); in ieee80211_eapol_key_encrypt() 551 rc4_crypt(&ctx.rc4, data, data, len); in ieee80211_eapol_key_encrypt() 584 struct rc4_ctx rc4; in ieee80211_eapol_key_decrypt() member 601 rc4_keysetup(&ctx.rc4, keybuf, sizeof keybuf); in ieee80211_eapol_key_decrypt() 603 rc4_skip(&ctx.rc4, RC4STATE); in ieee80211_eapol_key_decrypt() 604 rc4_crypt(&ctx.rc4, data, data, len); in ieee80211_eapol_key_decrypt()
|
H A D | ieee80211_crypto_tkip.c | 55 struct rc4_ctx rc4; member 236 rc4_keysetup(&ctx->rc4, (u_int8_t *)wepseed, 16); in ieee80211_tkip_encrypt() 271 rc4_crypt(&ctx->rc4, mtod(m, caddr_t) + moff, in ieee80211_tkip_encrypt() 292 rc4_crypt(&ctx->rc4, mic, mic, IEEE80211_TKIP_MICLEN); in ieee80211_tkip_encrypt() 302 rc4_crypt(&ctx->rc4, icvp, icvp, IEEE80211_WEP_CRCLEN); in ieee80211_tkip_encrypt() 417 rc4_keysetup(&ctx->rc4, (u_int8_t *)wepseed, 16); in ieee80211_tkip_decrypt() 451 rc4_crypt(&ctx->rc4, mtod(m, caddr_t) + moff, in ieee80211_tkip_decrypt() 462 rc4_crypt(&ctx->rc4, buf, buf, IEEE80211_TKIP_TAILLEN); in ieee80211_tkip_decrypt()
|
/openbsd/lib/libcrypto/arch/i386/ |
H A D | Makefile.inc | 29 SSLASM+= rc4 rc4-586
|
/openbsd/regress/usr.bin/openssl/ |
H A D | testenc.sh | 38 for i in rc4 \ 44 bf-ecb bf-cfb bf-ofb bf-cbc rc4 \
|
H A D | Makefile | 32 ENCTARGETS+=rc4 rc4-40
|
/openbsd/lib/libcrypto/arch/amd64/ |
H A D | Makefile.inc | 48 SSLASM+= rc4 rc4-x86_64
|
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | rc4.h | 22 #include_next <openssl/rc4.h>
|
/openbsd/usr.sbin/npppd/npppd/ |
H A D | mppe.c | 92 static void rc4(void *, int, u_char *, u_char *); 174 rc4(keychg, _this->keylen, interim, _this->session_key); in mppe_key_change() 600 rc4(void *rc4ctx, int len, u_char *indata, u_char *outdata) in rc4() function 658 rc4(_this->rc4ctx, len, indata, outdata); in mppe_rc4_encrypt()
|
/openbsd/regress/lib/libcrypto/ |
H A D | Makefile | 46 SUBDIR += rc4
|
/openbsd/lib/libcrypto/ |
H A D | Makefile | 460 SRCS+= rc4.c 626 ${LCRYPTO_SRC}/rc4 \ 686 ${LCRYPTO_SRC}/rc4/rc4.h \
|
/openbsd/lib/libssl/test/ |
H A D | times | 93 options:bn(64,32) md2(int) rc4(idx,int) des(ptr,risc1,16,long) idea(int) blowfish(ptr2) 102 rc4 10722.53k 14443.93k 15215.79k 15299.24k 15219.59k
|
/openbsd/gnu/llvm/llvm/utils/release/ |
H A D | export.sh | 63 * <RC> -> rc4 (will be empty when using --git-ref)
|
/openbsd/lib/libcrypto/objects/ |
H A D | obj_mac.num | 6 rc4 5
|
H A D | objects.txt | 396 rsadsi 3 4 : RC4 : rc4 397 : RC4-40 : rc4-40 1376 : RC4-HMAC-MD5 : rc4-hmac-md5
|
/openbsd/distrib/sets/lists/comp/ |
H A D | mi | 1162 ./usr/include/openssl/rc4.h
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | Changelog | 2300 - tag for the 1.13.0rc4 release. This also became the 1.13.0
|