Home
last modified time | relevance | path

Searched refs:arc4 (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_mppe.c37 * 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 Dppp_mppe.c37 * 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 Darc4.c11 #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 DMakefile145 obj-$(CONFIG_CRYPTO_ARC4) += arc4.o
/kernel/linux/linux-5.10/lib/crypto/
H A DMakefile11 libarc4-y := arc4.o
H A Darc4.c10 #include <crypto/arc4.h>
/kernel/linux/linux-6.6/crypto/
H A Darc4.c11 #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 DMakefile147 obj-$(CONFIG_CRYPTO_ARC4) += arc4.o
/kernel/linux/linux-6.6/lib/crypto/
H A DMakefile17 libarc4-y := arc4.o
H A Darc4.c10 #include <crypto/arc4.h>
/kernel/linux/linux-5.10/net/mac80211/
H A Dkey.h15 #include <crypto/arc4.h>
/kernel/linux/linux-6.6/net/mac80211/
H A Dkey.h15 #include <crypto/arc4.h>
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_wep.c18 #include <crypto/arc4.h>
H A Dieee80211_crypt_tkip.c21 #include <crypto/arc4.h>
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c8 #include <crypto/arc4.h>
H A Drtllib_crypt_tkip.c8 #include <crypto/arc4.h>
/kernel/linux/linux-5.10/net/wireless/
H A Dlib80211_crypt_wep.c22 #include <crypto/arc4.h>
H A Dlib80211_crypt_tkip.c29 #include <crypto/arc4.h>
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_wep.c18 #include <crypto/arc4.h>
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c8 #include <crypto/arc4.h>
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A Drtw_security.h10 #include <crypto/arc4.h>
/kernel/linux/linux-6.6/net/wireless/
H A Dlib80211_crypt_wep.c22 #include <crypto/arc4.h>
/kernel/linux/linux-5.10/drivers/crypto/bcm/
H A Dcipher.h17 #include <crypto/arc4.h>
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H A Dcipher.h17 #include <crypto/arc4.h>
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsencrypt.c37 #include <crypto/arc4.h>
786 cifs_dbg(VFS, "Could not allocate arc4 context\n"); in calc_seckey()

Completed in 14 milliseconds

12