diff options
author | Sivaprakash Murugesan <sivaprak@codeaurora.org> | 2020-06-22 11:45:05 +0530 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-07-03 14:18:34 +1000 |
commit | a668ee56ff028139a0926e4d2248c9a573858ba0 (patch) | |
tree | 849921f0fa7a5b61586651f39251313b8c44d014 /.cocciconfig | |
parent | 8ac1b9ccbfbaeacc0c33433e3e7825593bda366e (diff) | |
download | linux-a668ee56ff028139a0926e4d2248c9a573858ba0.tar.gz |
crypto: qce - re-initialize context on import
crypto testmgr deliberately corrupts the request context while passing
vectors to the import. This is to make sure that drivers do not rely on
request but they take all the necessary input from io vec passed to it.
qce casts the request context from request parameter, since it is corrupted
the sub squent hash request fails and qce hangs.
To avoid this re-initialize request context on import. The qce import
API alreasy takes care of taking the input vectors from passed io vec.
Signed-off-by: Sivaprakash Murugesan <sivaprak@codeaurora.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '.cocciconfig')
0 files changed, 0 insertions, 0 deletions