Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_PEM_ALLOC_FAILED (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/reactos/libs/mbedtls/
H A Dpem.h68 #define MBEDTLS_ERR_PEM_ALLOC_FAILED -0x1180 /**< Failed to allocate memory. … macro
H A Dcompat-1.3.h1155 #define POLARSSL_ERR_PEM_MALLOC_FAILED MBEDTLS_ERR_PEM_ALLOC_FAILED
/reactos/dll/3rdparty/mbedtls/
H A Dpem.c379 return( MBEDTLS_ERR_PEM_ALLOC_FAILED ); in mbedtls_pem_read_buffer()
482 return( MBEDTLS_ERR_PEM_ALLOC_FAILED ); in mbedtls_pem_write_buffer()
H A Derror.c346 if( use_ret == -(MBEDTLS_ERR_PEM_ALLOC_FAILED) ) in mbedtls_strerror()