diff options
author | Ard Biesheuvel <[email protected]> | 2019-06-12 18:19:58 +0200 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2019-06-20 14:19:55 +0800 |
commit | 0e5a610b5ca52ca4fa0705c87114310a95cfbe34 (patch) | |
tree | 9a887bfe482b57bc4a54b4b7d98c998ad5a55c46 /net/lapb/lapb_subr.c | |
parent | 611a23c2d3961d2ec72f42582ee88755f9a03cee (diff) |
ppp: mppe: switch to RC4 library interface
The MPPE code uses the sync skcipher to invoke the ecb(arc4) skcipher,
of which only a single generic C code implementation exists. This means
that going through all the trouble of using scatterlists etc buys us
very little, and we're better off just invoking the arc4 library directly.
Note that the SHA1 shash used by this driver has several accelerated
implementations for various architectures, so retaining that part does
make sense.
Cc: [email protected]
Cc: Paul Mackerras <[email protected]>
Signed-off-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions