ppp_mppe: Use skcipher and ahash
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 24 Jan 2016 13:16:16 +0000 (21:16 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 Jan 2016 12:35:45 +0000 (20:35 +0800)
commitfdb89b1b8f814260fd8239b1e09edf9e12c97ef2
treed6f7c5a16fe55f6050629667b990325ca10b0e2d
parent84a2c9319dca2cedad13a776c2bc88f41d6beddf
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>
drivers/net/ppp/ppp_mppe.c