Home
last modified time | relevance | path

Searched refs:arc4 (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/ppp/
Dppp_mppe.c92 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-v5.4/lib/crypto/
DMakefile7 libarc4-y := arc4.o
/Linux-v5.4/Documentation/crypto/
Ddevel-algos.rst60 Example of transformations: aes, arc4, ...
111 Example of transformations: cbc(aes), ecb(arc4), ...
/Linux-v5.4/crypto/
DMakefile131 obj-$(CONFIG_CRYPTO_ARC4) += arc4.o
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Ddm-integrity.rst147 "salsa20", "ctr(aes)" or "ecb(arc4)").
/Linux-v5.4/drivers/crypto/
Dn2_core.c667 u8 arc4[258]; /* S-box, X, Y */ member
801 u8 *s = ctx->key.arc4; in n2_arc4_setkey()