diff options
author | Akhil R <akhilrajeev@nvidia.com> | 2025-03-26 20:21:10 +0530 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-04-07 13:22:25 +0800 |
commit | 1ddaff40c08abb926be5ba713c5efc412d0836c5 (patch) | |
tree | abf465196e8002afd4adeaed0a0c1adc08429411 /rust/helpers/build_bug.c | |
parent | 0af2f6be1b4281385b618cb86ad946eded089ac8 (diff) | |
download | linux-stable-1ddaff40c08abb926be5ba713c5efc412d0836c5.tar.gz linux-stable-1ddaff40c08abb926be5ba713c5efc412d0836c5.tar.bz2 linux-stable-1ddaff40c08abb926be5ba713c5efc412d0836c5.zip |
crypto: tegra - Fix IV usage for AES ECB
Modifying the crypto_request turns out to be not the right way to handle
the stale value issue with the IV. Though the IV is not used for AES ECB,
it eventually get used in algorithms like LRW in the next step after
AES ECB encryption/decryption. Setting req->iv to NULL breaks the
implementation of such algorithms. Hence modify only the local reqctx
to check for IV.
Fixes: bde558220866 ("crypto: tegra - Set IV to NULL explicitly for AES ECB")
Signed-off-by: Akhil R <akhilrajeev@nvidia.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'rust/helpers/build_bug.c')
0 files changed, 0 insertions, 0 deletions