/openbmc/linux/crypto/ |
H A D | arc4.c | 5 * 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)");
|
H A D | Kconfig | 620 tristate "ARC4 (Alleged Rivest Cipher 4)" 625 ARC4 cipher algorithm 627 ARC4 is a stream cipher using keys ranging from 8 bits to 2048
|
/openbmc/linux/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 and sha1 crypto
|
/openbmc/linux/fs/smb/common/ |
H A D | cifs_arc4.c | 5 * ARC4 Cipher Algorithm 11 #include "arc4.h"
|
H A D | arc4.h | 3 * Common values for ARC4 Cipher Algorithm
|
H A D | md4.h | 3 * Common values for ARC4 Cipher Algorithm
|
/openbmc/linux/lib/crypto/ |
H A D | arc4.c | 5 * ARC4 Cipher Algorithm 10 #include <crypto/arc4.h>
|
H A D | Makefile | 17 libarc4-y := arc4.o
|
/openbmc/linux/include/crypto/ |
H A D | arc4.h | 3 * Common values for ARC4 Cipher Algorithm
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
H A D | libxdmcp_1.1.5.bb | 28 PACKAGECONFIG[arc4] = "ac_cv_lib_bsd_arc4random_buf=yes,ac_cv_lib_bsd_arc4random_buf=no,libbsd"
|
H A D | libice_1.1.2.bb | 26 PACKAGECONFIG[arc4] = "ac_cv_lib_bsd_arc4random_buf=yes,ac_cv_lib_bsd_arc4random_buf=no,libbsd"
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | spu.h | 49 CIPHER_TYPE_INIT = 0x0, /* used for ARC4 */ 52 CIPHER_TYPE_UPDT = 0x1, /* used for ARC4 */
|
/openbmc/linux/Documentation/devicetree/bindings/crypto/ |
H A D | samsung-sss.yaml | 23 -- ARCFOUR (ARC4)
|
H A D | fsl-sec2.txt | 21 bit 1 = set if SEC has the ARC4 EU (AFEU)
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | SSH-OpenSSH | 30 - RC4 support has been replaced with ARC4 support from OpenSSL
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/ |
H A D | mbedtls_3.6.2.bb | 7 - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, \
|
H A D | mbedtls_2.28.9.bb | 7 - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, \
|
/openbmc/linux/net/mac80211/ |
H A D | key.h | 15 #include <crypto/arc4.h>
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/psa-apitest/ |
H A D | 0001-corstone1000-port-crypto-config.patch | 72 * Enable the ARC4 key type.
|
/openbmc/linux/arch/sh/kernel/cpu/sh4a/ |
H A D | setup-sh7757.c | 795 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 } },
|
/openbmc/linux/Documentation/crypto/ |
H A D | api-intro.rst | 200 - Jon Oberheide (ARC4)
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_wep.c | 18 #include <crypto/arc4.h>
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | rtllib_crypt_wep.c | 8 #include <crypto/arc4.h>
|
/openbmc/linux/net/wireless/ |
H A D | lib80211_crypt_wep.c | 22 #include <crypto/arc4.h>
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | error.c | 94 "ARC4",
|