Searched refs:MBEDTLS_ERR_MPI_NEGATIVE_VALUE (Results 1 – 5 of 5) sorted by relevance
44 #define MBEDTLS_ERR_MPI_NEGATIVE_VALUE -0x000A /**< The input arguments are neg… macro
1103 #define POLARSSL_ERR_MPI_NEGATIVE_VALUE MBEDTLS_ERR_MPI_NEGATIVE_VALUE
451 { -(MBEDTLS_ERR_MPI_NEGATIVE_VALUE), "MPI_NEGATIVE_VALUE" },
1066 return( MBEDTLS_ERR_MPI_NEGATIVE_VALUE ); in mbedtls_mpi_sub_abs()1579 return( MBEDTLS_ERR_MPI_NEGATIVE_VALUE ); in mbedtls_mpi_mod_mpi()1608 return( MBEDTLS_ERR_MPI_NEGATIVE_VALUE ); in mbedtls_mpi_mod_int()
664 if( use_ret == -(MBEDTLS_ERR_MPI_NEGATIVE_VALUE) ) in mbedtls_strerror()
Completed in 21 milliseconds