]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: tcrypt - Handle async return from crypto_ahash_init
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Apr 2015 03:02:27 +0000 (11:02 +0800)
committerChuck Anderson <chuck.anderson@oracle.com>
Sun, 26 Feb 2017 05:34:28 +0000 (21:34 -0800)
commit856f6673935d0393f32976f608f388ffc670440f
tree024d9fa322851c916147bec1948c6c7b7ce3574f
parent9e800c1fdb760cf439b1e645ca5aaf5d8e17b3ba
crypto: tcrypt - Handle async return from crypto_ahash_init

Orabug: 25243093

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>
(cherry picked from commit 43a9607d86e8fb110b596d300dbaae895c198fed)
Signed-off-by: Ethan Zhao <ethan.zhao@oracle.com>
crypto/tcrypt.c