crypto: tcrypt - Use skcipher
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 29 Jun 2016 10:03:50 +0000 (18:03 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 1 Jul 2016 15:45:04 +0000 (23:45 +0800)
commit7166e589da5b681e1f8ff2d1c491d7d71e9f7671
tree6852bcf48150b3a413dc59990292c9f54bb9022c
parent2495cf25f60e085b35beb9b215235dfe1ca4f200
crypto: tcrypt - Use skcipher

This patch converts tcrypt to use the new skcipher interface as
opposed to ablkcipher/blkcipher.

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