Searched refs:arc4 (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/ppp/ |
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()
|
/linux-5.19.10/lib/crypto/ |
D | Makefile | 11 libarc4-y := arc4.o
|
/linux-5.19.10/crypto/ |
D | Makefile | 144 obj-$(CONFIG_CRYPTO_ARC4) += arc4.o
|