commit | fdb89b1b8f814260fd8239b1e09edf9e12c97ef2 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Jan 24 21:16:16 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jan 27 20:35:45 2016 +0800 |
tree | d6f7c5a16fe55f6050629667b990325ca10b0e2d | |
parent | 84a2c9319dca2cedad13a776c2bc88f41d6beddf [diff] |
ppp_mppe: Use skcipher and ahash This patch replaces uses of blkcipher with skcipher, and the long obsolete hash interface with ahash. This is a bug-for-bug conversion and no attempt has been made to fix bugs such as the ignored return values of the crypto operations. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>