Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Darc4.h3 * \file arc4.h
7 * \warning ARC4 is considered a weak cipher and its use constitutes a
40 #define MBEDTLS_ERR_ARC4_HW_ACCEL_FAILED -0x0019 /**< ARC4 hardware accelerator f…
51 * \brief ARC4 context structure
53 * \warning ARC4 is considered a weak cipher and its use constitutes a
70 * \brief Initialize ARC4 context
72 * \param ctx ARC4 context to be initialized
74 * \warning ARC4 is considered a weak cipher and its use constitutes a
82 * \brief Clear ARC4 context
84 * \param ctx ARC4 context to be cleared
[all …]
H A Derror.h79 * ARC4 1 0x0019-0x0019
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Darc4.h3 * \file arc4.h
7 * \warning ARC4 is considered a weak cipher and its use constitutes a
40 #define MBEDTLS_ERR_ARC4_HW_ACCEL_FAILED -0x0019 /**< ARC4 hardware accelerator f…
51 * \brief ARC4 context structure
53 * \warning ARC4 is considered a weak cipher and its use constitutes a
70 * \brief Initialize ARC4 context
72 * \param ctx ARC4 context to be initialized
74 * \warning ARC4 is considered a weak cipher and its use constitutes a
82 * \brief Clear ARC4 context
84 * \param ctx ARC4 context to be cleared
[all …]
H A Derror.h79 * ARC4 1 0x0019-0x0019
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Darc4.h3 * \file arc4.h
7 * \warning ARC4 is considered a weak cipher and its use constitutes a
40 #define MBEDTLS_ERR_ARC4_HW_ACCEL_FAILED -0x0019 /**< ARC4 hardware accelerator f…
51 * \brief ARC4 context structure
53 * \warning ARC4 is considered a weak cipher and its use constitutes a
70 * \brief Initialize ARC4 context
72 * \param ctx ARC4 context to be initialized
74 * \warning ARC4 is considered a weak cipher and its use constitutes a
82 * \brief Clear ARC4 context
84 * \param ctx ARC4 context to be cleared
[all …]
H A Derror.h79 * ARC4 1 0x0019-0x0019
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Darc4.h3 * \file arc4.h
7 * \warning ARC4 is considered a weak cipher and its use constitutes a
40 #define MBEDTLS_ERR_ARC4_HW_ACCEL_FAILED -0x0019 /**< ARC4 hardware accelerator f…
51 * \brief ARC4 context structure
53 * \warning ARC4 is considered a weak cipher and its use constitutes a
70 * \brief Initialize ARC4 context
72 * \param ctx ARC4 context to be initialized
74 * \warning ARC4 is considered a weak cipher and its use constitutes a
82 * \brief Clear ARC4 context
84 * \param ctx ARC4 context to be cleared
[all …]
H A Derror.h79 * ARC4 1 0x0019-0x0019
/OK3568_Linux_fs/kernel/crypto/
H A 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)");
/OK3568_Linux_fs/kernel/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 and sha1 crypto
/OK3568_Linux_fs/kernel/lib/crypto/
H A Darc4.c5 * ARC4 Cipher Algorithm
10 #include <crypto/arc4.h>
H A DMakefile11 libarc4-y := arc4.o
/OK3568_Linux_fs/kernel/drivers/crypto/bcm/
H A Dspu.h48 CIPHER_TYPE_INIT = 0x0, /* used for ARC4 */
51 CIPHER_TYPE_UPDT = 0x1, /* used for ARC4 */
/OK3568_Linux_fs/kernel/include/crypto/
H A Darc4.h3 * Common values for ARC4 Cipher Algorithm
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxdmcp_1.1.3.bb29 PACKAGECONFIG[arc4] = "ac_cv_lib_bsd_arc4random_buf=yes,ac_cv_lib_bsd_arc4random_buf=no,libbsd"
H A Dlibice_1.0.10.bb27 PACKAGECONFIG[arc4] = "ac_cv_lib_bsd_arc4random_buf=yes,ac_cv_lib_bsd_arc4random_buf=no,libbsd"
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_wep.c46 priv->tx_tfm = crypto_alloc_blkcipher ("ecb(arc4)", 0, CRYPTO_ALG_ASYNC); in lib80211_wep_init()
52 priv->rx_tfm = crypto_alloc_blkcipher ("ecb(arc4)", 0, CRYPTO_ALG_ASYNC); in lib80211_wep_init()
H A Dsec_tkip.c94 priv->tx_tfm_arc4 = crypto_alloc_skcipher("ecb(arc4)", 0, in lib80211_tkip_init()
106 priv->rx_tfm_arc4 = crypto_alloc_skcipher("ecb(arc4)", 0, in lib80211_tkip_init()
137 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0, in lib80211_tkip_init()
149 priv->rx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0, in lib80211_tkip_init()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/crypto/
H A Dsamsung-sss.yaml24 -- ARCFOUR (ARC4)
H A Dfsl-sec2.txt21 bit 1 = set if SEC has the ARC4 EU (AFEU)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/mbedtls/
H A Dmbedtls_2.28.2.bb7 - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, \
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DSSH-OpenSSH30 - RC4 support has been replaced with ARC4 support from OpenSSL
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dkey.h15 #include <crypto/arc4.h>
/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Dsfc_nor_boot.c46 tfm_arc4 = crypto_alloc_sync_skcipher("ecb(arc4)", 0, 0); in spi_nor_init()
/OK3568_Linux_fs/kernel/arch/sh/kernel/cpu/sh4a/
H A 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 } },

123