Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_ASN1_ALLOC_FAILED (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Dasn1.h51 #define MBEDTLS_ERR_ASN1_ALLOC_FAILED -0x006A /**< Memory allocation failed */ macro
/mcuboot-latest/ext/mbedtls-asn1/src/
Dasn1parse.c351 return( MBEDTLS_ERR_ASN1_ALLOC_FAILED ); in asn1_get_sequence_of_cb()