Searched refs:arc4_ctx (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | arc4.h | 15 struct arc4_ctx { struct 20 int arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len); argument 21 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len);
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | arc4.c | 21 struct arc4_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_arc4_setkey() 29 struct arc4_ctx *ctx = crypto_skcipher_ctx(tfm); in crypto_arc4_crypt() 61 .base.cra_ctxsize = sizeof(struct arc4_ctx),
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | tkip.h | 13 int ieee80211_tkip_encrypt_data(struct arc4_ctx *ctx, 24 int ieee80211_tkip_decrypt_data(struct arc4_ctx *ctx,
|
| H A D | wep.h | 17 int ieee80211_wep_encrypt_data(struct arc4_ctx *ctx, u8 *rc4key, 22 int ieee80211_wep_decrypt_data(struct arc4_ctx *ctx, u8 *rc4key,
|
| H A D | wep.c | 108 int ieee80211_wep_encrypt_data(struct arc4_ctx *ctx, u8 *rc4key, in ieee80211_wep_encrypt_data() 165 int ieee80211_wep_decrypt_data(struct arc4_ctx *ctx, u8 *rc4key, in ieee80211_wep_decrypt_data()
|
| H A D | tkip.c | 222 int ieee80211_tkip_encrypt_data(struct arc4_ctx *ctx, in ieee80211_tkip_encrypt_data() 239 int ieee80211_tkip_decrypt_data(struct arc4_ctx *ctx, in ieee80211_tkip_decrypt_data()
|
| H A D | ieee80211_i.h | 1277 struct arc4_ctx wep_tx_ctx; 1278 struct arc4_ctx wep_rx_ctx;
|
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | arc4.c | 13 int arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len) in arc4_setkey() 37 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len) in arc4_crypt()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/ |
| H A D | ieee80211_crypt_wep.c | 31 struct arc4_ctx rx_ctx_arc4; 32 struct arc4_ctx tx_ctx_arc4;
|
| H A D | ieee80211_crypt_tkip.c | 52 struct arc4_ctx rx_ctx_arc4; 53 struct arc4_ctx tx_ctx_arc4;
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | lib80211_crypt_wep.c | 35 struct arc4_ctx tx_ctx; 36 struct arc4_ctx rx_ctx;
|
| H A D | lib80211_crypt_tkip.c | 65 struct arc4_ctx rx_ctx_arc4; 66 struct arc4_ctx tx_ctx_arc4; 625 struct arc4_ctx *tfm2 = &tkey->tx_ctx_arc4; in lib80211_tkip_set_key() 627 struct arc4_ctx *tfm4 = &tkey->rx_ctx_arc4; in lib80211_tkip_set_key()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/ |
| H A D | rtllib_crypt_wep.c | 26 struct arc4_ctx rx_ctx_arc4; 27 struct arc4_ctx tx_ctx_arc4;
|
| H A D | rtllib_crypt_tkip.c | 48 struct arc4_ctx rx_ctx_arc4; 49 struct arc4_ctx tx_ctx_arc4;
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | ppp_mppe.c | 92 struct arc4_ctx arc4;
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifsencrypt.c | 777 struct arc4_ctx *ctx_arc4; in calc_seckey()
|