mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-28 08:37:25 +00:00
Rm spurious declared dependency in test_suite_rsa
Probably the result of copy-pasting: the test functions actually don't use those modules at all. This brings the number of tests skipped in test_suite_rsa in test_psa_crypto_config_accel_hash_use_psa down to 50 (from 61). Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
236c4e22f7
commit
1d1174a5c3
@ -717,7 +717,7 @@ exit:
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_CTR_DRBG_C:MBEDTLS_ENTROPY_C */
|
||||
/* BEGIN_CASE */
|
||||
void mbedtls_rsa_deduce_primes( int radix_N, char *input_N,
|
||||
int radix_D, char *input_D,
|
||||
int radix_E, char *input_E,
|
||||
@ -1155,7 +1155,7 @@ exit:
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_CTR_DRBG_C:MBEDTLS_ENTROPY_C */
|
||||
/* BEGIN_CASE */
|
||||
void mbedtls_rsa_export_raw( data_t *input_N, data_t *input_P,
|
||||
data_t *input_Q, data_t *input_D,
|
||||
data_t *input_E, int is_priv,
|
||||
|
Loading…
x
Reference in New Issue
Block a user