Skip to content

Commit 4a28ade

Browse files
Changing the key length to 32 bytes in one of the PSA cipher setup tests
Signed-off-by: TRodziewicz <[email protected]>
1 parent f41dc7c commit 4a28ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/test_suite_psa_crypto.data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ cipher_setup:PSA_KEY_TYPE_RAW_DATA:"000102030405060708090a0b0c0d0e0f":PSA_ALG_CT
13971397
PSA cipher setup: incompatible key ChaCha20 for CTR
13981398
depends_on:MBEDTLS_ARC4_C:MBEDTLS_CIPHER_MODE_CTR
13991399
# Either INVALID_ARGUMENT or NOT_SUPPORTED would be reasonable here
1400-
cipher_setup:PSA_KEY_TYPE_CHACHA20:"000102030405060708090a0b0c0d0e0f":PSA_ALG_CTR:PSA_ERROR_NOT_SUPPORTED
1400+
cipher_setup:PSA_KEY_TYPE_CHACHA20:"000102030405060708090a0b0c0d0e0f10111213141516171819202122232425":PSA_ALG_CTR:PSA_ERROR_NOT_SUPPORTED
14011401

14021402
PSA cipher: bad order function calls
14031403
cipher_bad_order:

0 commit comments

Comments
 (0)