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.c1130 ret = MBEDTLS_ERR_MPI_NEGATIVE_VALUE; in mbedtls_mpi_sub_abs()
1153 ret = MBEDTLS_ERR_MPI_NEGATIVE_VALUE; in mbedtls_mpi_sub_abs()
1595 return MBEDTLS_ERR_MPI_NEGATIVE_VALUE; in mbedtls_mpi_mod_mpi()
1626 return MBEDTLS_ERR_MPI_NEGATIVE_VALUE; in mbedtls_mpi_mod_int()
H A Dpsa_crypto.c476 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 DChangeLog2411 function should return MBEDTLS_ERR_MPI_NEGATIVE_VALUE). Only