Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dbignum.h44 #define MBEDTLS_ERR_MPI_NEGATIVE_VALUE -0x000A /**< The input arguments are neg… macro
A Dcompat-1.3.h1103 #define POLARSSL_ERR_MPI_NEGATIVE_VALUE MBEDTLS_ERR_MPI_NEGATIVE_VALUE
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Dmp_mbedtls_errors.c451 { -(MBEDTLS_ERR_MPI_NEGATIVE_VALUE), "MPI_NEGATIVE_VALUE" },
/AliOS-Things-master/components/mbedtls/library/
A Dbignum.c1066 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()
A Derror.c664 if( use_ret == -(MBEDTLS_ERR_MPI_NEGATIVE_VALUE) ) in mbedtls_strerror()

Completed in 21 milliseconds