summaryrefslogtreecommitdiff
path: root/lib/crypto
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2025-11-24 19:25:58 +0000
committerMark Brown <broonie@kernel.org>2025-11-24 19:25:58 +0000
commitafbf83671e62768e1f183c3aef2a9f62e8b83684 (patch)
treefcd61636f4a929803530caa0930fbe407461dcbf /lib/crypto
parentcb99656b7c4185953c9d272bbdab63c8aa651e6e (diff)
parent0cc8cd824b9fb7fb087a2ec6b0c80d812cc4fde7 (diff)
Add RSPI support for RZ/T2H and RZ/N2H
Merge series from Cosmin Tanislav <cosmin-gabriel.tanislav.xa@renesas.com>: Add support for RZ/T2H and RZ/N2H.
Diffstat (limited to 'lib/crypto')
-rw-r--r--lib/crypto/tests/sha256_kunit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/tests/sha256_kunit.c b/lib/crypto/tests/sha256_kunit.c
index dcedfca06df6..5dccdee79693 100644
--- a/lib/crypto/tests/sha256_kunit.c
+++ b/lib/crypto/tests/sha256_kunit.c
@@ -68,6 +68,7 @@ static void test_sha256_finup_2x(struct kunit *test)
rand_bytes(data1_buf, max_data_len);
rand_bytes(data2_buf, max_data_len);
rand_bytes(salt, sizeof(salt));
+ memset(ctx, 0, sizeof(*ctx));
for (size_t i = 0; i < 500; i++) {
size_t salt_len = rand_length(sizeof(salt));