mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Merge pull request #8086 from yanesca/remove-new-bignum
Remove new bignum when not needed
This commit is contained in:
@@ -35,7 +35,7 @@ static int test_read_residue(mbedtls_mpi_mod_residue *r,
|
||||
/* END_HEADER */
|
||||
|
||||
/* BEGIN_DEPENDENCIES
|
||||
* depends_on:MBEDTLS_BIGNUM_C
|
||||
* depends_on:MBEDTLS_BIGNUM_C:MBEDTLS_ECP_WITH_MPI_UINT
|
||||
* END_DEPENDENCIES
|
||||
*/
|
||||
|
||||
|
@@ -11,7 +11,7 @@
|
||||
/* END_HEADER */
|
||||
|
||||
/* BEGIN_DEPENDENCIES
|
||||
* depends_on:MBEDTLS_BIGNUM_C
|
||||
* depends_on:MBEDTLS_BIGNUM_C:MBEDTLS_ECP_WITH_MPI_UINT
|
||||
* END_DEPENDENCIES
|
||||
*/
|
||||
|
||||
|
@@ -192,7 +192,7 @@ exit:
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE */
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_ECP_WITH_MPI_UINT */
|
||||
void mpi_mod_random_values(int min, char *max_hex, int rep)
|
||||
{
|
||||
/* Same RNG as in mpi_core_random_basic */
|
||||
@@ -403,7 +403,7 @@ exit:
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
/* BEGIN_CASE */
|
||||
/* BEGIN_CASE depends_on:MBEDTLS_ECP_WITH_MPI_UINT */
|
||||
void mpi_mod_random_validation(int min, char *bound_hex,
|
||||
int result_limbs_delta,
|
||||
int expected_ret)
|
||||
|
Reference in New Issue
Block a user