Searched refs:arc4 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_mppe.c | 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()
|
/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/lib/crypto/ |
H A D | Makefile | 17 libarc4-y := arc4.o
|
/openbmc/linux/crypto/ |
H A D | Makefile | 147 obj-$(CONFIG_CRYPTO_ARC4) += arc4.o
|
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
H A D | packagegroup-base.bb | 274 kernel-module-arc4 \
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 947 arc4.c: 2066
|