-
由 Herbert Xu 提交于
AEAD reuses the existing request object for its child. This is error-prone and unnecessary. This patch adds a subrequest object just like we do for skcipher and hash. This patch also restores the original completion function as we do for skcipher/hash. Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>256f9e53