Home
last modified time | relevance | path

Searched refs:arc4_crypt (Results 1 – 4 of 4) sorted by relevance

/linux/include/crypto/
H A Darc4.h21 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len);
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto_wep.c133 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 Dlibipw_crypto_tkip.c351 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 Dwep.c118 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()