Searched refs:arc4_crypt (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/crypto/ |
| H A D | arc4.c | 38 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len) in arc4_crypt() function 73 EXPORT_SYMBOL(arc4_crypt);
|
| /linux/drivers/net/ppp/ |
| H A D | ppp_mppe.c | 135 arc4_crypt(&state->arc4, state->session_key, state->sha1_digest, in mppe_rekey() 335 arc4_crypt(&state->arc4, obuf, ibuf, isize); in mppe_compress() 509 arc4_crypt(&state->arc4, obuf, ibuf, 1); in mppe_decompress() 524 arc4_crypt(&state->arc4, obuf + 1, ibuf + 1, isize - 1); in mppe_decompress()
|
| /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()
|
| /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/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()
|
| /linux/fs/smb/server/ |
| H A D | auth.c | 249 arc4_crypt(ctx_arc4, sess->sess_key, in ksmbd_decode_ntlmssp_auth_blob()
|