Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Darc4.c5 * ARC4 Cipher Algorithm
10 #include <crypto/arc4.h>
75 MODULE_DESCRIPTION("ARC4 Cipher Algorithm");
H A DMakefile67 libarc4-y := arc4.o
/linux/drivers/net/ppp/
H A Dppp_mppe.c37 * Use Linux kernel 2.6 arc4 and sha1 routines rather than
45 #include <crypto/arc4.h>
76 struct arc4_ctx arc4; member
134 arc4_setkey(&state->arc4, state->sha1_digest, state->keylen); in mppe_rekey()
135 arc4_crypt(&state->arc4, state->session_key, state->sha1_digest, in mppe_rekey()
146 arc4_setkey(&state->arc4, state->session_key, state->keylen); in mppe_rekey()
335 arc4_crypt(&state->arc4, obuf, ibuf, isize); in mppe_compress()
509 arc4_crypt(&state->arc4, obuf, ibuf, 1); in mppe_decompress()
524 arc4_crypt(&state->arc4, obuf + 1, ibuf + 1, isize - 1); in mppe_decompress()
/linux/include/crypto/
H A Darc4.h3 * Common values for ARC4 Cipher Algorithm
/linux/fs/smb/common/
H A Dmd4.h3 * Common values for ARC4 Cipher Algorithm
/linux/drivers/crypto/bcm/
H A Dspu.h49 CIPHER_TYPE_INIT = 0x0, /* used for ARC4 */
52 CIPHER_TYPE_UPDT = 0x1, /* used for ARC4 */
H A Dcipher.h17 #include <crypto/arc4.h>
/linux/Documentation/devicetree/bindings/crypto/
H A Dsamsung-sss.yaml23 -- ARCFOUR (ARC4)
/linux/net/mac80211/
H A Dkey.h15 #include <crypto/arc4.h>
/linux/fs/smb/client/
H A Dcifsencrypt.c25 #include <crypto/arc4.h>
505 cifs_dbg(VFS, "Could not allocate arc4 context\n"); in calc_seckey()
/linux/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7757.c798 ARC4, enumerator
853 INTC_VECT(ARC4, 0x620),
978 ARC4, 0, SPI1, JMC, 0, 0, 0, DVC
1073 { INT2PRI9, 0, 32, 8, { ARC4, 0, SPI1, JMC } },
/linux/Documentation/crypto/
H A Dapi-intro.rst200 - Jon Oberheide (ARC4)
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_security.h10 #include <crypto/arc4.h>
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto_wep.c19 #include <crypto/arc4.h>
H A Dlibipw_crypto_tkip.c27 #include <crypto/arc4.h>
/linux/drivers/crypto/caam/
H A Ddpseci.h217 * @arc4_acc_num: The number of copies of the ARC4 module that are implemented
H A Derror.c173 "ARC4",
/linux/crypto/
H A Dtcrypt.c1557 ret = min(ret, tcrypt_test("ecb(arc4)")); in do_test()
1985 test_cipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2481 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
2704 test_mb_skcipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
H A Dtestmgr.c4735 .alg = "ecb(arc4)",
4736 .generic_driver = "arc4-generic",
/linux/fs/smb/server/
H A Dauth.c25 #include <crypto/arc4.h>