crypto: ahash - Add unaligned handling and default operations
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 15 Jul 2009 04:40:40 +0000 (12:40 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 15 Jul 2009 04:40:40 +0000 (12:40 +0800)
This patch exports the finup operation where available and adds
a default finup operation for ahash.  The operations final, finup
and digest also will now deal with unaligned result pointers by
copying it.  Finally export/import operations are will now be
exported too.

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

No differences found