Skip to content

Commit bb52a3a

Browse files
oberon-sktomi-font
authored andcommitted
[zep noup] Use rsa_128_key_data which has expected format.
Signed-off-by: Stephan Koch <[email protected]> Patch from tf-m-tests, applied using: git am ../tf-m-tests/tests_psa_arch/fetch_repo/\ 0009-Use-rsa_128_key_data-which-has-expected-format.patch Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 1a04518 commit bb52a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-tests/dev_apis/crypto/test_c042/test_data.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ static const test_data check1[] = {
236236
{
237237
.test_desc = "Test psa_verify_hash - PSA_ALG_RSA_PSS_ANY_SALT\n",
238238
.type = PSA_KEY_TYPE_RSA_PUBLIC_KEY,
239-
.data = rsa_key_pair_public_key,
240-
.data_length = 162,
239+
.data = rsa_128_key_data,
240+
.data_length = 140,
241241
.usage_flags = PSA_KEY_USAGE_VERIFY_HASH,
242242
.alg = PSA_ALG_RSA_PSS_ANY_SALT(PSA_ALG_SHA_256),
243243
.hash = hash,

0 commit comments

Comments
 (0)