Searched refs:arc4_ctx (Results 1 – 9 of 9) 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()
|
| /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;
|
| /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/server/ |
| H A D | auth.c | 232 struct arc4_ctx *ctx_arc4; in ksmbd_decode_ntlmssp_auth_blob()
|