Searched refs:arc4_ctx (Results 1 – 12 of 12) sorted by relevance
| /linux/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);
|
| /linux/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 | 109 int ieee80211_wep_encrypt_data(struct arc4_ctx *ctx, u8 *rc4key, in ieee80211_wep_encrypt_data() 166 int ieee80211_wep_decrypt_data(struct arc4_ctx *ctx, u8 *rc4key, in ieee80211_wep_decrypt_data()
|
| H A D | ieee80211_i.h | 1552 struct arc4_ctx wep_tx_ctx; 1553 struct arc4_ctx wep_rx_ctx;
|
| /linux/lib/crypto/ |
| H A D | arc4.c | 14 int arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len) in arc4_setkey() 38 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len) in arc4_crypt()
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_crypto_wep.c | 29 struct arc4_ctx tx_ctx; 30 struct arc4_ctx rx_ctx;
|
| H A D | libipw_crypto_tkip.c | 58 struct arc4_ctx rx_ctx_arc4; 59 struct arc4_ctx tx_ctx_arc4; 618 struct arc4_ctx *tfm2 = &tkey->tx_ctx_arc4; in libipw_tkip_set_key() 620 struct arc4_ctx *tfm4 = &tkey->rx_ctx_arc4; in libipw_tkip_set_key()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_security.h | 126 struct arc4_ctx xmit_arc4_ctx; 127 struct arc4_ctx recv_arc4_ctx;
|
| /linux/drivers/net/ppp/ |
| H A D | ppp_mppe.c | 76 struct arc4_ctx arc4;
|
| /linux/fs/smb/client/ |
| H A D | cifsencrypt.c | 496 struct arc4_ctx *ctx_arc4; in calc_seckey()
|
| /linux/fs/smb/server/ |
| H A D | auth.c | 232 struct arc4_ctx *ctx_arc4; in ksmbd_decode_ntlmssp_auth_blob()
|