rc4_ctx            30 crypto/arc4.c  rc4_keysetup(struct rc4_ctx *ctx, u_char *key, u_int32_t klen)
rc4_ctx            47 crypto/arc4.c  rc4_crypt(struct rc4_ctx *ctx, u_char *src, u_char *dst,
rc4_ctx            62 crypto/arc4.c  rc4_skip(struct rc4_ctx *ctx, u_int32_t len)
rc4_ctx            21 crypto/arc4.h  struct rc4_ctx {
rc4_ctx            26 crypto/arc4.h  void	rc4_keysetup(struct rc4_ctx *, u_char *, u_int32_t);
rc4_ctx            27 crypto/arc4.h  void	rc4_crypt(struct rc4_ctx *, u_char *, u_char *, u_int32_t);
rc4_ctx            28 crypto/arc4.h  void	rc4_skip(struct rc4_ctx *, u_int32_t);
rc4_ctx          2345 dev/ic/if_wi.c 	struct rc4_ctx ctx;
rc4_ctx          2404 dev/ic/if_wi.c 	struct rc4_ctx ctx;
rc4_ctx           377 net80211/ieee80211_crypto.c 		ctx = malloc(sizeof(struct rc4_ctx), M_DEVBUF, M_NOWAIT);
rc4_ctx           936 net80211/ieee80211_crypto.c 	struct rc4_ctx ctx;
rc4_ctx           989 net80211/ieee80211_crypto.c 	struct rc4_ctx ctx;