mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-04 22:02:11 +00:00
tests: psa: Remove wrong test function dependencies
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
4bcccc6956
commit
f7e83d5bfb
|
@ -312,7 +312,7 @@ exit:
|
||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
||||||
/* BEGIN_CASE depends_on:PSA_WANT_ALG_ECDSA:PSA_WANT_ECC_SECP_R1_256 */
|
/* BEGIN_CASE */
|
||||||
void validate_key( int force_status_arg,
|
void validate_key( int force_status_arg,
|
||||||
int key_type_arg,
|
int key_type_arg,
|
||||||
data_t *key_input,
|
data_t *key_input,
|
||||||
|
@ -348,7 +348,7 @@ exit:
|
||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
||||||
/* BEGIN_CASE depends_on:PSA_WANT_ALG_ECDSA:PSA_WANT_ECC_SECP_R1_256 */
|
/* BEGIN_CASE */
|
||||||
void export_key( int force_status_arg,
|
void export_key( int force_status_arg,
|
||||||
data_t *fake_output,
|
data_t *fake_output,
|
||||||
int key_in_type_arg,
|
int key_in_type_arg,
|
||||||
|
|
Loading…
Reference in a new issue