crypto: ctr - Use skcipher in rfc3686
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 12 Jul 2016 05:17:37 +0000 (13:17 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 18 Jul 2016 09:35:39 +0000 (17:35 +0800)
commitb2b39c2f976bc7b69e26dbe4530593d2867544eb
tree91eb1a6f7af861097d92304f8c06460e67009c30
parente75445a8445215ab4623f180cbc930ecf271181f
crypto: ctr - Use skcipher in rfc3686

This patch converts rfc3686 to use the new skcipher interface as
opposed to ablkcipher.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ctr.c