Searched refs:arc4_ctx (Results 1 – 14 of 14) sorted by relevance
| /linux/crypto/ |
| H A D | arc4.c | 17 #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/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()
|
| H A D | tkip.c | 222 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 D | ieee80211_i.h | 1575 struct arc4_ctx wep_tx_ctx; 1576 struct arc4_ctx wep_rx_ctx;
|
| /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/staging/rtl8723bs/core/ |
| H A D | rtw_security.c | 51 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() 446 struct arc4_ctx *ctx = &psecuritypriv->xmit_arc4_ctx; in rtw_tkip_encrypt() 518 struct arc4_ctx *ctx = &psecuritypriv->recv_arc4_ctx; in rtw_tkip_decrypt()
|
| /linux/drivers/net/ppp/ |
| H A D | ppp_mppe.c | 76 struct arc4_ctx arc4;
|
| /linux/fs/smb/client/ |
| H A D | cifsencrypt.c | 496 struct arc4_ctx *ctx_arc4; in calc_seckey()
|
| /linux/fs/smb/server/ |
| H A D | auth.c | 232 struct arc4_ctx *ctx_arc4; in ksmbd_decode_ntlmssp_auth_blob()
|