commit | 43a9607d86e8fb110b596d300dbaae895c198fed | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Apr 22 11:02:27 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 23 14:18:05 2015 +0800 |
tree | 3cc4ab7889040e4a36be2f389200cc2b5d8bf277 | |
parent | b617b702da4e922277806f81c411d3051107d462 [diff] |
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 <herbert@gondor.apana.org.au>