commit | 3b5cf20cf439c3e8963c2d2a3f225434d31827e3 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Jan 24 21:17:59 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jan 27 20:36:01 2016 +0800 |
tree | 99e7292bde840c37349fad7d815681b312059b1c | |
parent | 2731a944f6512b3a2684ebc1d78e2d59c18b06fc [diff] |
sunrpc: Use skcipher and ahash/shash This patch replaces uses of blkcipher with skcipher and the long obsolete hash interface with either shash (for non-SG users) and ahash. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>