Searched full:arc4 (Results 1 – 25 of 26) sorted by relevance
12
5 * ARC4 Cipher Algorithm11 #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)");
139 obj-$(CONFIG_CRYPTO_ARC4) += arc4.o
1219 tristate "ARC4 cipher algorithm"1224 ARC4 cipher algorithm.1226 ARC4 is a stream cipher using keys ranging from 8 bits to 2048
72 "cast6", "arc4", "michael_mic", "deflate", "crc32c", "tea", "xtea",1767 ret += tcrypt_test("ecb(arc4)"); in do_test()2206 test_cipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()2726 test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()2938 test_mb_skcipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, in do_test()
4796 .alg = "ecb(arc4)",4797 .generic_driver = "ecb(arc4)-generic",
37 * Use Linux kernel 2.6 arc4 and sha1 routines rather than45 #include <crypto/arc4.h>92 struct arc4_ctx arc4; member153 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
5 * ARC4 Cipher Algorithm10 #include <crypto/arc4.h>
11 libarc4-y := arc4.o
3 * Common values for ARC4 Cipher Algorithm
48 CIPHER_TYPE_INIT = 0x0, /* used for ARC4 */51 CIPHER_TYPE_UPDT = 0x1, /* used for ARC4 */
17 #include <crypto/arc4.h>
24 -- ARCFOUR (ARC4)
21 bit 1 = set if SEC has the ARC4 EU (AFEU)
15 #include <crypto/arc4.h>
795 ARC4, enumerator850 INTC_VECT(ARC4, 0x620),975 ARC4, 0, SPI1, JMC, 0, 0, 0, DVC1070 { INT2PRI9, 0, 32, 8, { ARC4, 0, SPI1, JMC } },
200 - Jon Oberheide (ARC4)
8 #include <crypto/arc4.h>
18 #include <crypto/arc4.h>
21 #include <crypto/arc4.h>
22 #include <crypto/arc4.h>
29 #include <crypto/arc4.h>
217 * @arc4_acc_num: The number of copies of the ARC4 module that are implemented
173 "ARC4",
37 #include <crypto/arc4.h>786 cifs_dbg(VFS, "Could not allocate arc4 context\n"); in calc_seckey()