Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dbignum_core.c211 return MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL; in mbedtls_mpi_core_read_le()
234 return MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL; in mbedtls_mpi_core_read_be()
274 return MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL; in mbedtls_mpi_core_write_le()
318 return MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL; in mbedtls_mpi_core_write_be()
H A Derror.c597 case -(MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL): in mbedtls_low_level_strerr()
H A Dpsa_crypto_pake.c113 case MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL: in mbedtls_ecjpake_to_psa_error()
H A Dbignum.c638 return MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL; in mpi_write_hlp()
699 return MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL; in mbedtls_mpi_write_string()
773 return MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL; in mbedtls_mpi_read_file()
H A Dpsa_crypto.c472 case MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL: in mbedtls_to_psa_error()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dbignum.h31 #define MBEDTLS_ERR_MPI_BUFFER_TOO_SMALL -0x0008 macro