Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/suites/
Dtest_suite_mpi.data1106 mbedtls_mpi_div_mpi:10:"1000":10:"0":10:"1":10:"1":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
1109 mbedtls_mpi_div_mpi:10:"1000":10:"":10:"1":10:"1":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
1115 mbedtls_mpi_div_mpi:16:"":16:"":16:"":16:"":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
1118 mbedtls_mpi_div_mpi:16:"":16:"0":16:"":16:"":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
1121 mbedtls_mpi_div_mpi:16:"0":16:"":16:"":16:"":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
1124 mbedtls_mpi_div_mpi:16:"0":16:"0":16:"":16:"":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
1148 mbedtls_mpi_div_int:10:"1000":0:10:"1":10:"1":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
1160 mbedtls_mpi_div_int:16:"":0:16:"":16:"":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
1163 mbedtls_mpi_div_int:16:"00":0:16:"":16:"":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
1172 mbedtls_mpi_mod_mpi:10:"1000":10:"":10:"0":MBEDTLS_ERR_MPI_DIVISION_BY_ZERO
[all …]
/third_party/mbedtls/library/
Derror.c566 case -(MBEDTLS_ERR_MPI_DIVISION_BY_ZERO): in mbedtls_low_level_strerr()
Dbignum.c1654 return( MBEDTLS_ERR_MPI_DIVISION_BY_ZERO ); in mbedtls_mpi_div_mpi()
1824 return( MBEDTLS_ERR_MPI_DIVISION_BY_ZERO ); in mbedtls_mpi_mod_int()
Dpsa_crypto.c241 case MBEDTLS_ERR_MPI_DIVISION_BY_ZERO: in mbedtls_to_psa_error()
/third_party/mbedtls/include/mbedtls/
Dbignum.h46 #define MBEDTLS_ERR_MPI_DIVISION_BY_ZERO -0x000C macro