/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_mppe.c | 37 * Use Linux kernel 2.6 arc4 and sha1 routines rather than 45 #include <crypto/arc4.h> 92 struct arc4_ctx arc4; member 153 arc4_setkey(&state->arc4, state->sha1_digest, state->keylen); in mppe_rekey() 154 arc4_crypt(&state->arc4, state->session_key, state->sha1_digest, in mppe_rekey() 165 arc4_setkey(&state->arc4, state->session_key, state->keylen); in mppe_rekey() 392 arc4_crypt(&state->arc4, obuf, ibuf, isize); in mppe_compress() 566 arc4_crypt(&state->arc4, obuf, ibuf, 1); in mppe_decompress() 581 arc4_crypt(&state->arc4, obuf + 1, ibuf + 1, isize - 1); in mppe_decompress() 655 * Prior to allowing load, try to load the arc4 an [all...] |
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_mppe.c | 37 * Use Linux kernel 2.6 arc4 and sha1 routines rather than 45 #include <crypto/arc4.h> 92 struct arc4_ctx arc4; member 153 arc4_setkey(&state->arc4, state->sha1_digest, state->keylen); in mppe_rekey() 154 arc4_crypt(&state->arc4, state->session_key, state->sha1_digest, in mppe_rekey() 165 arc4_setkey(&state->arc4, state->session_key, state->keylen); in mppe_rekey() 392 arc4_crypt(&state->arc4, obuf, ibuf, isize); in mppe_compress() 566 arc4_crypt(&state->arc4, obuf, ibuf, 1); in mppe_decompress() 581 arc4_crypt(&state->arc4, obuf + 1, ibuf + 1, isize - 1); in mppe_decompress() 655 * Prior to allowing load, try to load the arc4 an [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | arc4.c | 11 #include <crypto/arc4.h> 46 pr_warn_ratelimited("\"%s\" (%ld) uses obsolete ecb(arc4) skcipher\n", in crypto_arc4_init() 54 * For legacy reasons, this is named "ecb(arc4)", not "arc4". 57 .base.cra_name = "ecb(arc4)", 58 .base.cra_driver_name = "ecb(arc4)-generic", 87 MODULE_ALIAS_CRYPTO("ecb(arc4)");
|
H A D | Makefile | 145 obj-$(CONFIG_CRYPTO_ARC4) += arc4.o
|
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | Makefile | 11 libarc4-y := arc4.o
|
H A D | arc4.c | 10 #include <crypto/arc4.h>
|
/kernel/linux/linux-6.6/crypto/ |
H A D | arc4.c | 11 #include <crypto/arc4.h> 46 pr_warn_ratelimited("\"%s\" (%ld) uses obsolete ecb(arc4) skcipher\n", in crypto_arc4_init() 54 * For legacy reasons, this is named "ecb(arc4)", not "arc4". 57 .base.cra_name = "ecb(arc4)", 58 .base.cra_driver_name = "ecb(arc4)-generic", 87 MODULE_ALIAS_CRYPTO("ecb(arc4)");
|
H A D | Makefile | 147 obj-$(CONFIG_CRYPTO_ARC4) += arc4.o
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | Makefile | 17 libarc4-y := arc4.o
|
H A D | arc4.c | 10 #include <crypto/arc4.h>
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | key.h | 15 #include <crypto/arc4.h>
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | key.h | 15 #include <crypto/arc4.h>
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_wep.c | 18 #include <crypto/arc4.h>
|
H A D | ieee80211_crypt_tkip.c | 21 #include <crypto/arc4.h>
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_wep.c | 8 #include <crypto/arc4.h>
|
H A D | rtllib_crypt_tkip.c | 8 #include <crypto/arc4.h>
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | lib80211_crypt_wep.c | 22 #include <crypto/arc4.h>
|
H A D | lib80211_crypt_tkip.c | 29 #include <crypto/arc4.h>
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_wep.c | 18 #include <crypto/arc4.h>
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_wep.c | 8 #include <crypto/arc4.h>
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | rtw_security.h | 10 #include <crypto/arc4.h>
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | lib80211_crypt_wep.c | 22 #include <crypto/arc4.h>
|
/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | cipher.h | 17 #include <crypto/arc4.h>
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | cipher.h | 17 #include <crypto/arc4.h>
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsencrypt.c | 37 #include <crypto/arc4.h> 786 cifs_dbg(VFS, "Could not allocate arc4 context\n"); in calc_seckey()
|