Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Derror.c601 case -(MBEDTLS_ERR_MPI_DIVISION_BY_ZERO): in mbedtls_low_level_strerr()
H A Dbignum.c1453 return MBEDTLS_ERR_MPI_DIVISION_BY_ZERO; in mbedtls_mpi_div_mpi()
1617 return MBEDTLS_ERR_MPI_DIVISION_BY_ZERO; in mbedtls_mpi_mod_int()
H A Dpsa_crypto.c476 case MBEDTLS_ERR_MPI_DIVISION_BY_ZERO: in mbedtls_to_psa_error()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dbignum.h35 #define MBEDTLS_ERR_MPI_DIVISION_BY_ZERO -0x000C macro