mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00:00
crypto: chelsio - Fix iv passed in fallback path for rfc3686
We use ctr(aes) to fallback rfc3686(ctr) request. Send updated IV to fallback path. Signed-off-by: Harsh Jain <harsh@chelsio.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
5fb78dba16
commit
7ffb911882
1 changed files with 1 additions and 1 deletions
|
@ -1292,7 +1292,7 @@ static int process_cipher(struct ablkcipher_request *req,
|
||||||
req->src,
|
req->src,
|
||||||
req->dst,
|
req->dst,
|
||||||
req->nbytes,
|
req->nbytes,
|
||||||
req->info,
|
reqctx->iv,
|
||||||
op_type);
|
op_type);
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue