Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_MPI_DIVISION_BY_ZERO (Results 1 – 6 of 6) sorted by relevance

/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_mpi.data428 mbedtls_mpi_div_mpi:10:"1000":10:"0":10:"1":10:"1":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
449 mbedtls_mpi_div_int:10:"1000":0:10:"1":10:"1":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
464 mbedtls_mpi_mod_mpi:10:"1000":10:"0":10:"0":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
479 mbedtls_mpi_mod_int:10:"1000":0:0:MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dbignum.h44 #define MBEDTLS_ERR_MPI_DIVISION_BY_ZERO -0x000C /**< The input argument for divi… macro
Dcompat-1.3.h1129 #define POLARSSL_ERR_MPI_DIVISION_BY_ZERO MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
/net-tools-latest/mbedtls-2.4.0/library/
Derror.c556 if( use_ret == -(MBEDTLS_ERR_MPI_DIVISION_BY_ZERO) ) in mbedtls_strerror()
Dbignum.c1324 return( MBEDTLS_ERR_MPI_DIVISION_BY_ZERO ); in mbedtls_mpi_div_mpi()
1477 return( MBEDTLS_ERR_MPI_DIVISION_BY_ZERO ); in mbedtls_mpi_mod_int()
/net-tools-latest/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt530 POLARSSL_ERR_MPI_DIVISION_BY_ZERO MBEDTLS_ERR_MPI_DIVISION_BY_ZERO