Searched refs:mbedtls_mpi_div_int (Results 1 – 5 of 5) sorted by relevance
| /third_party/mbedtls/tests/suites/ |
| D | test_suite_mpi.data | 1144 Base test mbedtls_mpi_div_int #1 1145 mbedtls_mpi_div_int:10:"1000":13:10:"76":10:"12":0 1147 Base test mbedtls_mpi_div_int #2 (Divide by zero) 1148 mbedtls_mpi_div_int:10:"1000":0:10:"1":10:"1":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO 1150 Base test mbedtls_mpi_div_int #3 1151 mbedtls_mpi_div_int:10:"1000":-13:10:"-76":10:"12":0 1153 Test mbedtls_mpi_div_int #1 1154 mbedtls_mpi_div_int:10:"201330566425182260423107301013762784835472391301238063380553878039433427380… 1156 Test mbedtls_mpi_div_int #2 1157 mbedtls_mpi_div_int:10:"201330566425182260423107301013762784835472391301238063380553878039433427380… [all …]
|
| D | test_suite_mpi.function | 914 void mbedtls_mpi_div_int( int radix_X, char * input_X, int input_Y, 926 res = mbedtls_mpi_div_int( &Q, &R, &X, input_Y );
|
| /third_party/mbedtls/programs/pkey/ |
| D | dh_genprime.c | 149 if( ( ret = mbedtls_mpi_div_int( &Q, NULL, &Q, 2 ) ) != 0 ) in main()
|
| /third_party/mbedtls/include/mbedtls/ |
| D | bignum.h | 786 int mbedtls_mpi_div_int( mbedtls_mpi *Q, mbedtls_mpi *R, const mbedtls_mpi *A,
|
| /third_party/mbedtls/library/ |
| D | bignum.c | 505 MBEDTLS_MPI_CHK( mbedtls_mpi_div_int( X, NULL, X, radix ) ); in mpi_write_hlp() 1771 int mbedtls_mpi_div_int( mbedtls_mpi *Q, mbedtls_mpi *R, in mbedtls_mpi_div_int() function
|