Searched refs:arc4_crypt (Results 1 – 4 of 4) sorted by relevance
/linux/include/crypto/ |
H A D | arc4.h | 21 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len);
|
/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_crypto_wep.c | 133 arc4_crypt(&wep->tx_ctx, pos, pos, len + 4); in libipw_wep_encrypt() 172 arc4_crypt(&wep->rx_ctx, pos, pos, plen + 4); in libipw_wep_decrypt()
|
H A D | libipw_crypto_tkip.c | 351 arc4_crypt(&tkey->tx_ctx_arc4, pos, pos, len + 4); in libipw_tkip_encrypt() 433 arc4_crypt(&tkey->rx_ctx_arc4, pos, pos, plen + 4); in libipw_tkip_decrypt()
|
/linux/net/mac80211/ |
H A D | wep.c | 118 arc4_crypt(ctx, data, data, data_len + IEEE80211_WEP_ICV_LEN); in ieee80211_wep_encrypt_data() 172 arc4_crypt(ctx, data, data, data_len + IEEE80211_WEP_ICV_LEN); in ieee80211_wep_decrypt_data()
|