Symbol: rc4_ctx
sys/arch/alpha/stand/boot/boot.c
67
struct rc4_ctx randomctx;
sys/arch/hppa/stand/cdboot/cdboot.c
68
struct rc4_ctx randomctx;
sys/arch/sparc64/stand/ofwboot/boot.c
97
struct rc4_ctx randomctx;
sys/arch/sparc64/stand/ofwboot/elf64_exec.c
139
extern struct rc4_ctx randomctx;
sys/crypto/arc4.c
30
rc4_keysetup(struct rc4_ctx *ctx, u_char *key, u_int32_t klen)
sys/crypto/arc4.c
47
rc4_crypt(struct rc4_ctx *ctx, u_char *src, u_char *dst,
sys/crypto/arc4.c
62
rc4_getbytes(struct rc4_ctx *ctx, u_char *dst, u_int32_t len)
sys/crypto/arc4.c
76
rc4_skip(struct rc4_ctx *ctx, u_int32_t len)
sys/crypto/arc4.h
26
void rc4_keysetup(struct rc4_ctx *, u_char *, u_int32_t)
sys/crypto/arc4.h
28
void rc4_crypt(struct rc4_ctx *, u_char *, u_char *, u_int32_t)
sys/crypto/arc4.h
31
void rc4_getbytes(struct rc4_ctx *, u_char *, u_int32_t)
sys/crypto/arc4.h
33
void rc4_skip(struct rc4_ctx *, u_int32_t);
sys/dev/ic/if_wi.c
2211
struct rc4_ctx ctx;
sys/dev/ic/if_wi.c
2267
struct rc4_ctx ctx;
sys/lib/libsa/arc4.c
30
rc4_keysetup(struct rc4_ctx *ctx, u_char *key, u_int32_t klen)
sys/lib/libsa/arc4.c
48
rc4_crypt(struct rc4_ctx *ctx, u_char *src, u_char *dst,
sys/lib/libsa/arc4.c
64
rc4_getbytes(struct rc4_ctx *ctx, u_char *dst, u_int32_t len)
sys/lib/libsa/arc4.c
78
rc4_skip(struct rc4_ctx *ctx, u_int32_t len)
sys/lib/libsa/arc4.h
26
void rc4_keysetup(struct rc4_ctx *, u_char *, u_int32_t)
sys/lib/libsa/arc4.h
28
void rc4_crypt(struct rc4_ctx *, u_char *, u_char *, u_int32_t)
sys/lib/libsa/arc4.h
31
void rc4_getbytes(struct rc4_ctx *, u_char *, u_int32_t)
sys/lib/libsa/arc4.h
33
void rc4_skip(struct rc4_ctx *, u_int32_t);
sys/lib/libsa/loadfile_elf.c
104
extern struct rc4_ctx randomctx;
sys/net/pipex.c
2457
struct rc4_ctx keychg;
sys/net/pipex_local.h
77
struct rc4_ctx rc4ctx; /* [m] */
sys/net80211/ieee80211_crypto.c
532
struct rc4_ctx rc4;
sys/net80211/ieee80211_crypto.c
592
struct rc4_ctx rc4;
sys/net80211/ieee80211_crypto_tkip.c
55
struct rc4_ctx rc4;
sys/net80211/ieee80211_crypto_wep.c
46
struct rc4_ctx rc4;
sys/stand/boot/boot.c
59
struct rc4_ctx randomctx;