Searched refs:rc4_ctx (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Darc4.h21 struct rc4_ctx { struct
26 void rc4_keysetup(struct rc4_ctx *, u_char *, u_int32_t)
28 void rc4_crypt(struct rc4_ctx *, u_char *, u_char *, u_int32_t)
31 void rc4_getbytes(struct rc4_ctx *, u_char *, u_int32_t)
33 void rc4_skip(struct rc4_ctx *, u_int32_t);
H A Darc4.c30 rc4_keysetup(struct rc4_ctx *ctx, u_char *key, u_int32_t klen)
47 rc4_crypt(struct rc4_ctx *ctx, u_char *src, u_char *dst,
62 rc4_getbytes(struct rc4_ctx *ctx, u_char *dst, u_int32_t len)
76 rc4_skip(struct rc4_ctx *ctx, u_int32_t len)
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto.c524 struct rc4_ctx rc4;
583 struct rc4_ctx rc4;
H A Dieee80211_crypto_wep.c46 struct rc4_ctx rc4;
H A Dieee80211_crypto_tkip.c55 struct rc4_ctx rc4;

Completed in 35 milliseconds