Remove unnecessary test steps
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
88ecbe176d
commit
3db0b70263
1 changed files with 0 additions and 4 deletions
|
@ -4172,16 +4172,12 @@ void aead_multipart_setup( int key_type_arg, data_t *key_data,
|
|||
PSA_ASSERT( psa_import_key( &attributes, key_data->x, key_data->len,
|
||||
&key ) );
|
||||
|
||||
mbedtls_test_set_step( 0 );
|
||||
|
||||
status = psa_aead_encrypt_setup( &operation, key, alg );
|
||||
|
||||
TEST_EQUAL( status, expected_status );
|
||||
|
||||
psa_aead_abort( &operation );
|
||||
|
||||
mbedtls_test_set_step( 1 );
|
||||
|
||||
status = psa_aead_decrypt_setup( &operation, key, alg );
|
||||
|
||||
TEST_EQUAL(status, expected_status );
|
||||
|
|
Loading…
Reference in a new issue