arc4_ctx 19 crypto/arc4.c struct arc4_ctx *ctx = crypto_skcipher_ctx(tfm); arc4_ctx 27 crypto/arc4.c struct arc4_ctx *ctx = crypto_skcipher_ctx(tfm); arc4_ctx 51 crypto/arc4.c .base.cra_ctxsize = sizeof(struct arc4_ctx), arc4_ctx 92 drivers/net/ppp/ppp_mppe.c struct arc4_ctx arc4; arc4_ctx 777 fs/cifs/cifsencrypt.c struct arc4_ctx *ctx_arc4; arc4_ctx 20 include/crypto/arc4.h int arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len); arc4_ctx 21 include/crypto/arc4.h void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len); arc4_ctx 13 lib/crypto/arc4.c int arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len) arc4_ctx 37 lib/crypto/arc4.c void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len) arc4_ctx 1258 net/mac80211/ieee80211_i.h struct arc4_ctx wep_tx_ctx; arc4_ctx 1259 net/mac80211/ieee80211_i.h struct arc4_ctx wep_rx_ctx; arc4_ctx 222 net/mac80211/tkip.c int ieee80211_tkip_encrypt_data(struct arc4_ctx *ctx, arc4_ctx 239 net/mac80211/tkip.c int ieee80211_tkip_decrypt_data(struct arc4_ctx *ctx, arc4_ctx 13 net/mac80211/tkip.h int ieee80211_tkip_encrypt_data(struct arc4_ctx *ctx, arc4_ctx 24 net/mac80211/tkip.h int ieee80211_tkip_decrypt_data(struct arc4_ctx *ctx, arc4_ctx 110 net/mac80211/wep.c int ieee80211_wep_encrypt_data(struct arc4_ctx *ctx, u8 *rc4key, arc4_ctx 167 net/mac80211/wep.c int ieee80211_wep_decrypt_data(struct arc4_ctx *ctx, u8 *rc4key, arc4_ctx 17 net/mac80211/wep.h int ieee80211_wep_encrypt_data(struct arc4_ctx *ctx, u8 *rc4key, arc4_ctx 22 net/mac80211/wep.h int ieee80211_wep_decrypt_data(struct arc4_ctx *ctx, u8 *rc4key, arc4_ctx 65 net/wireless/lib80211_crypt_tkip.c struct arc4_ctx rx_ctx_arc4; arc4_ctx 66 net/wireless/lib80211_crypt_tkip.c struct arc4_ctx tx_ctx_arc4; arc4_ctx 625 net/wireless/lib80211_crypt_tkip.c struct arc4_ctx *tfm2 = &tkey->tx_ctx_arc4; arc4_ctx 627 net/wireless/lib80211_crypt_tkip.c struct arc4_ctx *tfm4 = &tkey->rx_ctx_arc4; arc4_ctx 35 net/wireless/lib80211_crypt_wep.c struct arc4_ctx tx_ctx; arc4_ctx 36 net/wireless/lib80211_crypt_wep.c struct arc4_ctx rx_ctx;