Home
last modified time | relevance | path

Searched refs:rc4_crypt (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/crypto/
Darc4.h15 void rc4_crypt(struct rc4_ctx *, const u_char *, u_char *, u_int32_t);
Darc4.c16 rc4_crypt(struct rc4_ctx *ctx, const u_char *src, u_char *dst, u_int32_t len) in rc4_crypt() function
/mirbsd/src/sys/dev/ic/
Dawi_wep.c122 rc4_crypt(ctx, dst, src, len); in arc4_encrypt()
Dif_wi.c2137 rc4_crypt(&ctx, dat, dat, len); in wi_do_hostencrypt()
2145 rc4_crypt(&ctx, dat, dat, IEEE80211_WEP_CRCLEN); in wi_do_hostencrypt()
2180 rc4_crypt(&ctx, dat, dat, len); in wi_do_hostdecrypt()
2188 rc4_crypt(&ctx, dat, dat, IEEE80211_WEP_CRCLEN); in wi_do_hostdecrypt()
/mirbsd/src/sys/net/
Dif_ieee80211subr.c2809 rc4_crypt(ctx, mtod(n, caddr_t) + noff, in ieee80211_wep_crypt()
2835 rc4_crypt(ctx, mtod(n, caddr_t) + noff, crcbuf, in ieee80211_wep_crypt()
2844 rc4_crypt(ctx, crcbuf + noff, in ieee80211_wep_crypt()