Home
last modified time | relevance | path

Searched refs:arc4_ctx (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/crypto/
H A Darc4.c17 #define ARC4_ALIGN __alignof__(struct arc4_ctx)
22 struct arc4_ctx *ctx = crypto_lskcipher_ctx(tfm); in crypto_arc4_setkey()
30 struct arc4_ctx *ctx = crypto_lskcipher_ctx(tfm); in crypto_arc4_crypt()
35 ctx = (struct arc4_ctx *)siv; in crypto_arc4_crypt()
54 .co.base.cra_ctxsize = sizeof(struct arc4_ctx),
59 .co.statesize = sizeof(struct arc4_ctx),
/linux-6.15/fs/smb/common/
H A Darc4.h15 struct arc4_ctx { struct
20 int cifs_arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len); argument
21 void cifs_arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len);
H A Dcifs_arc4.c16 int cifs_arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len) in cifs_arc4_setkey()
40 void cifs_arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len) in cifs_arc4_crypt()
/linux-6.15/include/crypto/
H A Darc4.h15 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-6.15/net/mac80211/
H A Dtkip.h13 int ieee80211_tkip_encrypt_data(struct arc4_ctx *ctx,
24 int ieee80211_tkip_decrypt_data(struct arc4_ctx *ctx,
H A Dwep.h17 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 Dwep.c109 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 Dtkip.c222 int ieee80211_tkip_encrypt_data(struct arc4_ctx *ctx, in ieee80211_tkip_encrypt_data()
239 int ieee80211_tkip_decrypt_data(struct arc4_ctx *ctx, in ieee80211_tkip_decrypt_data()
H A Dieee80211_i.h1495 struct arc4_ctx wep_tx_ctx;
1496 struct arc4_ctx wep_rx_ctx;
/linux-6.15/lib/crypto/
H A Darc4.c13 int arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len) in arc4_setkey()
37 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len) in arc4_crypt()
/linux-6.15/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto_wep.c29 struct arc4_ctx tx_ctx;
30 struct arc4_ctx rx_ctx;
H A Dlibipw_crypto_tkip.c58 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-6.15/drivers/staging/rtl8723bs/include/
H A Drtw_security.h126 struct arc4_ctx xmit_arc4_ctx;
127 struct arc4_ctx recv_arc4_ctx;
/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_security.c51 struct arc4_ctx *ctx = &psecuritypriv->xmit_arc4_ctx; in rtw_wep_encrypt()
103 struct arc4_ctx *ctx = &psecuritypriv->recv_arc4_ctx; in rtw_wep_decrypt()
475 struct arc4_ctx *ctx = &psecuritypriv->xmit_arc4_ctx; in rtw_tkip_encrypt()
547 struct arc4_ctx *ctx = &psecuritypriv->recv_arc4_ctx; in rtw_tkip_decrypt()
/linux-6.15/drivers/net/ppp/
H A Dppp_mppe.c92 struct arc4_ctx arc4;
/linux-6.15/fs/smb/client/
H A Dcifsencrypt.c672 struct arc4_ctx *ctx_arc4; in calc_seckey()
/linux-6.15/fs/smb/server/
H A Dauth.c352 struct arc4_ctx *ctx_arc4; in ksmbd_decode_ntlmssp_auth_blob()