Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dbignum.h47 #define MBEDTLS_ERR_MPI_ALLOC_FAILED -0x0010 /**< Memory allocation failed. */ macro
A Dcompat-1.3.h1102 #define POLARSSL_ERR_MPI_MALLOC_FAILED MBEDTLS_ERR_MPI_ALLOC_FAILED
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Dmp_mbedtls_errors.c454 { -(MBEDTLS_ERR_MPI_ALLOC_FAILED), "MPI_ALLOC_FAILED" },
/AliOS-Things-master/components/mbedtls/library/
A Dbignum.c126 return( MBEDTLS_ERR_MPI_ALLOC_FAILED ); in mbedtls_mpi_grow()
131 return( MBEDTLS_ERR_MPI_ALLOC_FAILED ); in mbedtls_mpi_grow()
158 return( MBEDTLS_ERR_MPI_ALLOC_FAILED ); in mbedtls_mpi_shrink()
173 return( MBEDTLS_ERR_MPI_ALLOC_FAILED ); in mbedtls_mpi_shrink()
A Drsa.c2063 return( MBEDTLS_ERR_MPI_ALLOC_FAILED ); in mbedtls_rsa_rsassa_pkcs1_v15_sign()
2069 return( MBEDTLS_ERR_MPI_ALLOC_FAILED ); in mbedtls_rsa_rsassa_pkcs1_v15_sign()
2351 ret = MBEDTLS_ERR_MPI_ALLOC_FAILED; in mbedtls_rsa_rsassa_pkcs1_v15_verify()
A Derror.c670 if( use_ret == -(MBEDTLS_ERR_MPI_ALLOC_FAILED) ) in mbedtls_strerror()

Completed in 26 milliseconds