arc4_ctx
#define ARC4_ALIGN __alignof__(struct arc4_ctx)
struct arc4_ctx *ctx = crypto_lskcipher_ctx(tfm);
struct arc4_ctx *ctx = crypto_lskcipher_ctx(tfm);
ctx = (struct arc4_ctx *)siv;
.co.base.cra_ctxsize = sizeof(struct arc4_ctx),
.co.statesize = sizeof(struct arc4_ctx),
struct arc4_ctx arc4;
struct arc4_ctx rx_ctx_arc4;
struct arc4_ctx tx_ctx_arc4;
struct arc4_ctx *tfm2 = &tkey->tx_ctx_arc4;
struct arc4_ctx *tfm4 = &tkey->rx_ctx_arc4;
struct arc4_ctx tx_ctx;
struct arc4_ctx rx_ctx;
struct arc4_ctx *ctx = &psecuritypriv->recv_arc4_ctx;
struct arc4_ctx *ctx = &psecuritypriv->xmit_arc4_ctx;
struct arc4_ctx *ctx = &psecuritypriv->xmit_arc4_ctx;
struct arc4_ctx *ctx = &psecuritypriv->recv_arc4_ctx;
struct arc4_ctx xmit_arc4_ctx;
struct arc4_ctx recv_arc4_ctx;
struct arc4_ctx *ctx_arc4;
struct arc4_ctx *ctx_arc4;
int arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len);
void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len);
int arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len)
void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len)
struct arc4_ctx wep_tx_ctx;
struct arc4_ctx wep_rx_ctx;
int ieee80211_tkip_encrypt_data(struct arc4_ctx *ctx,
int ieee80211_tkip_decrypt_data(struct arc4_ctx *ctx,
int ieee80211_tkip_encrypt_data(struct arc4_ctx *ctx,
int ieee80211_tkip_decrypt_data(struct arc4_ctx *ctx,
int ieee80211_wep_encrypt_data(struct arc4_ctx *ctx, u8 *rc4key,
int ieee80211_wep_decrypt_data(struct arc4_ctx *ctx, u8 *rc4key,
int ieee80211_wep_encrypt_data(struct arc4_ctx *ctx, u8 *rc4key,
int ieee80211_wep_decrypt_data(struct arc4_ctx *ctx, u8 *rc4key,