Searched refs:arc4 (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/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-v5.4/lib/crypto/ |
| D | Makefile | 7 libarc4-y := arc4.o
|
| /Linux-v5.4/Documentation/crypto/ |
| D | devel-algos.rst | 60 Example of transformations: aes, arc4, ... 111 Example of transformations: cbc(aes), ecb(arc4), ...
|
| /Linux-v5.4/crypto/ |
| D | Makefile | 131 obj-$(CONFIG_CRYPTO_ARC4) += arc4.o
|
| /Linux-v5.4/Documentation/admin-guide/device-mapper/ |
| D | dm-integrity.rst | 147 "salsa20", "ctr(aes)" or "ecb(arc4)").
|
| /Linux-v5.4/drivers/crypto/ |
| D | n2_core.c | 667 u8 arc4[258]; /* S-box, X, Y */ member 801 u8 *s = ctx->key.arc4; in n2_arc4_setkey()
|