/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_bignum_core.misc.data | 161 mbedtls_mpi_core_lt_ct: x=y (1 limb) 164 mbedtls_mpi_core_lt_ct: x>y (1 limb) 167 mbedtls_mpi_core_lt_ct: x<y (1 limb) 170 mbedtls_mpi_core_lt_ct: x>y (63 bit x, y first byte greater) 173 mbedtls_mpi_core_lt_ct: x<y (63 bit y, x first byte greater) 176 mbedtls_mpi_core_lt_ct: x>y (64 bit x, y=x-1) 179 mbedtls_mpi_core_lt_ct: x<y (64 bit y, x=y-1) 182 mbedtls_mpi_core_lt_ct: x>y (64 bit x, y=1) 185 mbedtls_mpi_core_lt_ct: x<y (64 bit y, x=1) 188 mbedtls_mpi_core_lt_ct: x>y (64 bit x, y=0) [all …]
|
H A D | test_suite_bignum_random.function | 136 TEST_EQUAL(0, mbedtls_mpi_core_lt_ct(result, lower_bound, limbs)); 137 TEST_ASSERT(0 != mbedtls_mpi_core_lt_ct(result, upper_bound, limbs)); 432 TEST_ASSERT(0 != mbedtls_mpi_core_lt_ct(result_digits, N.p, N.limbs)); 446 TEST_ASSERT(0 != mbedtls_mpi_core_lt_ct(result_digits, N.p, N.limbs));
|
H A D | test_suite_bignum_mod_raw.function | 364 TEST_ASSERT(c || mbedtls_mpi_core_lt_ct(tmp, N, limbs));
|
H A D | test_suite_bignum_core.function | 360 ret = mbedtls_mpi_core_lt_ct(X, Y, X_limbs);
|
H A D | test_suite_ecp.function | 1909 TEST_ASSERT(mbedtls_mpi_core_lt_ct(rX.p, m.p, limbs) == MBEDTLS_CT_TRUE);
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_bignum_core.misc.data | 161 mbedtls_mpi_core_lt_ct: x=y (1 limb) 164 mbedtls_mpi_core_lt_ct: x>y (1 limb) 167 mbedtls_mpi_core_lt_ct: x<y (1 limb) 170 mbedtls_mpi_core_lt_ct: x>y (63 bit x, y first byte greater) 173 mbedtls_mpi_core_lt_ct: x<y (63 bit y, x first byte greater) 176 mbedtls_mpi_core_lt_ct: x>y (64 bit x, y=x-1) 179 mbedtls_mpi_core_lt_ct: x<y (64 bit y, x=y-1) 182 mbedtls_mpi_core_lt_ct: x>y (64 bit x, y=1) 185 mbedtls_mpi_core_lt_ct: x<y (64 bit y, x=1) 188 mbedtls_mpi_core_lt_ct: x>y (64 bit x, y=0) [all …]
|
H A D | test_suite_bignum_random.function | 136 TEST_EQUAL(0, mbedtls_mpi_core_lt_ct(result, lower_bound, limbs)); 137 TEST_ASSERT(0 != mbedtls_mpi_core_lt_ct(result, upper_bound, limbs)); 432 TEST_ASSERT(0 != mbedtls_mpi_core_lt_ct(result_digits, N.p, N.limbs)); 446 TEST_ASSERT(0 != mbedtls_mpi_core_lt_ct(result_digits, N.p, N.limbs));
|
H A D | test_suite_bignum_mod_raw.function | 364 TEST_ASSERT(c || mbedtls_mpi_core_lt_ct(tmp, N, limbs));
|
H A D | test_suite_bignum_core.function | 360 ret = mbedtls_mpi_core_lt_ct(X, Y, X_limbs);
|
H A D | test_suite_ecp.function | 1625 TEST_ASSERT(mbedtls_mpi_core_lt_ct(rX.p, m.p, limbs) == MBEDTLS_CT_TRUE);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | bignum_core.c | 132 mbedtls_ct_condition_t mbedtls_mpi_core_lt_ct(const mbedtls_mpi_uint *A, in mbedtls_mpi_core_lt_ct() function 688 lt_upper = mbedtls_mpi_core_lt_ct(X, N, limbs); in mbedtls_mpi_core_random()
|
H A D | bignum_core.h | 155 mbedtls_ct_condition_t mbedtls_mpi_core_lt_ct(const mbedtls_mpi_uint *A,
|
H A D | bignum_mod_raw.c | 67 if (!mbedtls_mpi_core_lt_ct(X, N->p, N->limbs)) { in mbedtls_mpi_mod_raw_read()
|
H A D | bignum_mod.c | 30 if (p_limbs != N->limbs || !mbedtls_mpi_core_lt_ct(p, N->p, N->limbs)) { in mbedtls_mpi_mod_residue_setup()
|
H A D | bignum.c | 90 mbedtls_ct_condition_t lt = mbedtls_mpi_core_lt_ct(p[i], p[i ^ 1], X->n); in mbedtls_mpi_lt_mpi_ct()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | bignum_core.c | 132 mbedtls_ct_condition_t mbedtls_mpi_core_lt_ct(const mbedtls_mpi_uint *A, in mbedtls_mpi_core_lt_ct() function 688 lt_upper = mbedtls_mpi_core_lt_ct(X, N, limbs); in mbedtls_mpi_core_random()
|
H A D | bignum_core.h | 155 mbedtls_ct_condition_t mbedtls_mpi_core_lt_ct(const mbedtls_mpi_uint *A,
|
H A D | bignum_mod_raw.c | 67 if (!mbedtls_mpi_core_lt_ct(X, N->p, N->limbs)) { in mbedtls_mpi_mod_raw_read()
|
H A D | bignum_mod.c | 30 if (p_limbs != N->limbs || !mbedtls_mpi_core_lt_ct(p, N->p, N->limbs)) { in mbedtls_mpi_mod_residue_setup()
|
H A D | bignum.c | 86 mbedtls_ct_condition_t lt = mbedtls_mpi_core_lt_ct(p[i], p[i ^ 1], X->n); in mbedtls_mpi_lt_mpi_ct()
|