Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Derror.c599 case -(MBEDTLS_ERR_MPI_NEGATIVE_VALUE): in mbedtls_low_level_strerr()
H A Dbignum.c1125 ret = MBEDTLS_ERR_MPI_NEGATIVE_VALUE; in mbedtls_mpi_sub_abs()
1148 ret = MBEDTLS_ERR_MPI_NEGATIVE_VALUE; in mbedtls_mpi_sub_abs()
1590 return MBEDTLS_ERR_MPI_NEGATIVE_VALUE; in mbedtls_mpi_mod_mpi()
1621 return MBEDTLS_ERR_MPI_NEGATIVE_VALUE; in mbedtls_mpi_mod_int()
H A Dpsa_crypto.c474 case MBEDTLS_ERR_MPI_NEGATIVE_VALUE: in mbedtls_to_psa_error()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dbignum.h33 #define MBEDTLS_ERR_MPI_NEGATIVE_VALUE -0x000A macro
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2368 function should return MBEDTLS_ERR_MPI_NEGATIVE_VALUE). Only