Searched refs:mbedtls_mpi_lt_mpi_ct (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_bignum.misc.data | 304 Base test mbedtls_mpi_lt_mpi_ct #1 307 Base test mbedtls_mpi_lt_mpi_ct #2 310 Base test mbedtls_mpi_lt_mpi_ct #3 313 Base test mbedtls_mpi_lt_mpi_ct (Negative values) #1 316 Base test mbedtls_mpi_lt_mpi_ct (Negative values) #2 319 Base test mbedtls_mpi_lt_mpi_ct (Negative values) #3 322 Base test mbedtls_mpi_lt_mpi_ct (Mixed values) #1 325 Base test mbedtls_mpi_lt_mpi_ct (Mixed values) #2 328 Base test mbedtls_mpi_lt_mpi_ct (Mixed values) #3 331 Base test mbedtls_mpi_lt_mpi_ct (X is longer in storage) [all …]
|
H A D | test_suite_bignum.function | 439 TEST_ASSERT(mbedtls_mpi_lt_mpi_ct(&X, &Y, &ret) == input_err);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_bignum.misc.data | 307 Base test mbedtls_mpi_lt_mpi_ct #1 310 Base test mbedtls_mpi_lt_mpi_ct #2 313 Base test mbedtls_mpi_lt_mpi_ct #3 316 Base test mbedtls_mpi_lt_mpi_ct (Negative values) #1 319 Base test mbedtls_mpi_lt_mpi_ct (Negative values) #2 322 Base test mbedtls_mpi_lt_mpi_ct (Negative values) #3 325 Base test mbedtls_mpi_lt_mpi_ct (Mixed values) #1 328 Base test mbedtls_mpi_lt_mpi_ct (Mixed values) #2 331 Base test mbedtls_mpi_lt_mpi_ct (Mixed values) #3 334 Base test mbedtls_mpi_lt_mpi_ct (X is longer in storage) [all …]
|
H A D | test_suite_bignum.function | 459 TEST_ASSERT(mbedtls_mpi_lt_mpi_ct(&X, &Y, &ret) == input_err);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | bignum.h | 669 int mbedtls_mpi_lt_mpi_ct(const mbedtls_mpi *X, const mbedtls_mpi *Y,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | bignum.h | 669 int mbedtls_mpi_lt_mpi_ct(const mbedtls_mpi *X, const mbedtls_mpi *Y,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | bignum.c | 56 int mbedtls_mpi_lt_mpi_ct(const mbedtls_mpi *X, in mbedtls_mpi_lt_mpi_ct() function
|
H A D | psa_crypto.c | 6220 MBEDTLS_MPI_CHK(mbedtls_mpi_lt_mpi_ct(&diff_N_2, &k, &key_out_of_range)); in psa_generate_derived_ecc_key_weierstrass_helper()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | bignum.c | 48 int mbedtls_mpi_lt_mpi_ct(const mbedtls_mpi *X, in mbedtls_mpi_lt_mpi_ct() function
|
H A D | psa_crypto.c | 5924 MBEDTLS_MPI_CHK(mbedtls_mpi_lt_mpi_ct(&diff_N_2, &k, &key_out_of_range)); in psa_generate_derived_ecc_key_weierstrass_helper()
|