OSDN Git Service

crypto: hash - Require export/import in ahash
authorKamil Konieczny <k.konieczny@partner.samsung.com>
Thu, 18 Jan 2018 18:34:04 +0000 (19:34 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 15 Feb 2018 15:24:59 +0000 (23:24 +0800)
commit6f221f7e864bcee69b69a49ae0c43465e8633297
tree40e735e33391033bfd833bbdbfdf7e6be804a86c
parentf1b298103e141e70616a6f69bec922c669a2732f
crypto: hash - Require export/import in ahash

Export and import are mandatory in async hash. As drivers were
rewritten, drop empty wrappers and correct init of ahash transformation.

Signed-off-by: Kamil Konieczny <k.konieczny@partner.samsung.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ahash.c