Home
last modified time | relevance | path

Searched full:arc4 (Results 1 – 25 of 59) sorted by relevance

123

/kernel/linux/linux-5.10/crypto/
Darc4.c5 * ARC4 Cipher Algorithm
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",
85 MODULE_DESCRIPTION("ARC4 Cipher Algorithm");
87 MODULE_ALIAS_CRYPTO("ecb(arc4)");
/kernel/linux/linux-6.6/crypto/
Darc4.c5 * ARC4 Cipher Algorithm
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",
85 MODULE_DESCRIPTION("ARC4 Cipher Algorithm");
87 MODULE_ALIAS_CRYPTO("ecb(arc4)");
/kernel/linux/linux-6.6/drivers/net/ppp/
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 and sha1 crypto
/kernel/linux/linux-5.10/drivers/net/ppp/
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 and sha1 crypto
/kernel/linux/linux-6.6/fs/smb/common/
Dcifs_arc4.c5 * ARC4 Cipher Algorithm
11 #include "arc4.h"
Darc4.h3 * Common values for ARC4 Cipher Algorithm
Dmd4.h3 * Common values for ARC4 Cipher Algorithm
/kernel/linux/linux-6.6/lib/crypto/
Darc4.c5 * ARC4 Cipher Algorithm
10 #include <crypto/arc4.h>
DMakefile17 libarc4-y := arc4.o
/kernel/linux/linux-5.10/lib/crypto/
Darc4.c5 * ARC4 Cipher Algorithm
10 #include <crypto/arc4.h>
DMakefile11 libarc4-y := arc4.o
/kernel/linux/linux-6.6/include/crypto/
Darc4.h3 * Common values for ARC4 Cipher Algorithm
/kernel/linux/linux-5.10/include/crypto/
Darc4.h3 * Common values for ARC4 Cipher Algorithm
/kernel/linux/linux-6.6/drivers/crypto/bcm/
Dspu.h49 CIPHER_TYPE_INIT = 0x0, /* used for ARC4 */
52 CIPHER_TYPE_UPDT = 0x1, /* used for ARC4 */
/kernel/linux/linux-5.10/drivers/crypto/bcm/
Dspu.h48 CIPHER_TYPE_INIT = 0x0, /* used for ARC4 */
51 CIPHER_TYPE_UPDT = 0x1, /* used for ARC4 */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/crypto/
Dsamsung-sss.yaml23 -- ARCFOUR (ARC4)
Dfsl-sec2.txt21 bit 1 = set if SEC has the ARC4 EU (AFEU)
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/
Dsamsung-sss.yaml24 -- ARCFOUR (ARC4)
Dfsl-sec2.txt21 bit 1 = set if SEC has the ARC4 EU (AFEU)
/kernel/linux/linux-5.10/net/mac80211/
Dkey.h15 #include <crypto/arc4.h>
/kernel/linux/linux-6.6/net/mac80211/
Dkey.h15 #include <crypto/arc4.h>
/kernel/liteos_a/lib/libmbedtls/
DBUILD.gn38 "$LITEOSTHIRDPARTY/mbedtls/library/arc4.c",
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7757.c795 ARC4, enumerator
850 INTC_VECT(ARC4, 0x620),
975 ARC4, 0, SPI1, JMC, 0, 0, 0, DVC
1070 { INT2PRI9, 0, 32, 8, { ARC4, 0, SPI1, JMC } },
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4a/
Dsetup-sh7757.c795 ARC4, enumerator
850 INTC_VECT(ARC4, 0x620),
975 ARC4, 0, SPI1, JMC, 0, 0, 0, DVC
1070 { INT2PRI9, 0, 32, 8, { ARC4, 0, SPI1, JMC } },
/kernel/linux/linux-6.6/Documentation/crypto/
Dapi-intro.rst200 - Jon Oberheide (ARC4)

123