From 43a9607d86e8fb110b596d300dbaae895c198fed Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Wed, 22 Apr 2015 11:02:27 +0800 Subject: [PATCH] crypto: tcrypt - Handle async return from crypto_ahash_init The function crypto_ahash_init can also be asynchronous just like update and final. So all callers must be able to handle an async return. Signed-off-by: Herbert Xu --- Reading git-format-patch failed