Skip to content
Commit e75445a8 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: authencesn - Use skcipher



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

It also fixes a little bug where if a sync version of authencesn
is requested we may still end up using an async ahash.  This should
have no effect as none of the authencesn users can request for a
sync authencesn.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 7217d49f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment