Searched refs:arc4 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ppp/ |
D | ppp_mppe.c | 98 struct crypto_skcipher *arc4; member 158 SKCIPHER_REQUEST_ON_STACK(req, state->arc4); in mppe_rekey() 160 skcipher_request_set_tfm(req, state->arc4); in mppe_rekey() 165 crypto_skcipher_setkey(state->arc4, state->sha1_digest, in mppe_rekey() 184 crypto_skcipher_setkey(state->arc4, state->session_key, state->keylen); in mppe_rekey() 206 state->arc4 = crypto_alloc_skcipher("ecb(arc4)", 0, CRYPTO_ALG_ASYNC); in mppe_alloc() 207 if (IS_ERR(state->arc4)) { in mppe_alloc() 208 state->arc4 = NULL; in mppe_alloc() 253 crypto_free_skcipher(state->arc4); in mppe_alloc() 269 crypto_free_skcipher(state->arc4); in mppe_free() [all …]
|
/Linux-v4.19/Documentation/crypto/ |
D | devel-algos.rst | 60 Example of transformations: aes, arc4, ... 111 Example of transformations: cbc(aes), ecb(arc4), ...
|
/Linux-v4.19/crypto/ |
D | Makefile | 113 obj-$(CONFIG_CRYPTO_ARC4) += arc4.o
|
/Linux-v4.19/Documentation/device-mapper/ |
D | dm-integrity.txt | 124 "salsa20", "ctr(aes)" or "ecb(arc4)").
|
/Linux-v4.19/drivers/crypto/ |
D | n2_core.c | 668 u8 arc4[258]; /* S-box, X, Y */ member 809 u8 *s = ctx->key.arc4; in n2_arc4_setkey()
|