Lines Matching refs:arc4
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()
369 SKCIPHER_REQUEST_ON_STACK(req, state->arc4); in mppe_compress()
429 skcipher_request_set_tfm(req, state->arc4); in mppe_compress()
483 SKCIPHER_REQUEST_ON_STACK(req, state->arc4); in mppe_decompress()
618 skcipher_request_set_tfm(req, state->arc4); in mppe_decompress()