mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-05 00:40:09 +00:00
Improve psa_hash_update negative test
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
8036bddb01
commit
6f7105818c
@ -1559,7 +1559,7 @@ void hash_bad_order( )
|
||||
|
||||
/* Check that update calls abort on error. */
|
||||
PSA_ASSERT( psa_hash_setup( &operation, alg ) );
|
||||
operation.ctx.mbedtls_ctx.alg = PSA_ALG_XTS;
|
||||
operation.id = UINT_MAX;
|
||||
ASSERT_OPERATION_IS_ACTIVE( operation );
|
||||
TEST_EQUAL( psa_hash_update( &operation, input, sizeof( input ) ),
|
||||
PSA_ERROR_BAD_STATE );
|
||||
|
Loading…
x
Reference in New Issue
Block a user