Searched refs:mbedtls_mpi_div_mpi (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_bignum.misc.data | 1120 Base test mbedtls_mpi_div_mpi #1 1123 Base test mbedtls_mpi_div_mpi #2 (Divide by zero (1 limb)) 1126 Base test mbedtls_mpi_div_mpi #2 (Divide by zero (null)) 1129 Base test mbedtls_mpi_div_mpi #3 1132 Test mbedtls_mpi_div_mpi: 0 (null) / 0 (null) 1135 Test mbedtls_mpi_div_mpi: 0 (null) / 0 (1 limb) 1138 Test mbedtls_mpi_div_mpi: 0 (1 limb) / 0 (null) 1141 Test mbedtls_mpi_div_mpi: 0 (1 limb) / 0 (1 limb) 1144 Test mbedtls_mpi_div_mpi: 0 (null) / 1 1147 Test mbedtls_mpi_div_mpi: 0 (null) / -1 [all …]
|
D | test_suite_bignum.function | 879 res = mbedtls_mpi_div_mpi(&Q, &R, &X, &Y);
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | rsa_alt_helpers.c | 148 MBEDTLS_MPI_CHK(mbedtls_mpi_div_mpi(Q, NULL, N, P)); in mbedtls_rsa_deduce_primes() 212 MBEDTLS_MPI_CHK(mbedtls_mpi_div_mpi(&K, NULL, &K, D)); in mbedtls_rsa_deduce_private_exponent()
|
D | bignum.c | 1392 int mbedtls_mpi_div_mpi(mbedtls_mpi *Q, mbedtls_mpi *R, const mbedtls_mpi *A, in mbedtls_mpi_div_mpi() function 1527 return mbedtls_mpi_div_mpi(Q, R, A, &B); in mbedtls_mpi_div_int() 1541 MBEDTLS_MPI_CHK(mbedtls_mpi_div_mpi(NULL, R, A, B)); in mbedtls_mpi_mod_mpi() 2346 MBEDTLS_MPI_CHK(mbedtls_mpi_div_mpi(&X, &Y, &A, &N)); in mbedtls_mpi_self_test()
|
D | rsa.c | 1114 MBEDTLS_MPI_CHK(mbedtls_mpi_div_mpi(&L, NULL, &H, &G)); in mbedtls_rsa_gen_key()
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | bignum.h | 819 int mbedtls_mpi_div_mpi(mbedtls_mpi *Q, mbedtls_mpi *R, const mbedtls_mpi *A,
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 2615 * Small performance improvement of mbedtls_mpi_div_mpi(). Contributed by
|