Searched refs:mbedtls_mpi_div_int (Results 1 – 5 of 5) sorted by relevance
/mbedtls-development/tests/suites/ |
A 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) 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 1156 Test mbedtls_mpi_div_int #2 1159 Test mbedtls_mpi_div_int: 0 (null) / 0 1162 Test mbedtls_mpi_div_int: 0 (1 limb) / 0 1165 Test mbedtls_mpi_div_int: 0 (null) / 1 [all …]
|
A 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 );
|
/mbedtls-development/programs/pkey/ |
A D | dh_genprime.c | 149 if( ( ret = mbedtls_mpi_div_int( &Q, NULL, &Q, 2 ) ) != 0 ) in main()
|
/mbedtls-development/include/mbedtls/ |
A D | bignum.h | 786 int mbedtls_mpi_div_int( mbedtls_mpi *Q, mbedtls_mpi *R, const mbedtls_mpi *A,
|
/mbedtls-development/library/ |
A D | bignum.c | 659 MBEDTLS_MPI_CHK( mbedtls_mpi_div_int( X, NULL, X, radix ) ); in mpi_write_hlp() 2026 int mbedtls_mpi_div_int( mbedtls_mpi *Q, mbedtls_mpi *R, in mbedtls_mpi_div_int() function
|
Completed in 13 milliseconds