Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_OID_BUF_TOO_SMALL (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/mbedtls/library/
A Doid.c708 return( MBEDTLS_ERR_OID_BUF_TOO_SMALL ); \ in FN_OID_TYPED_FROM_ASN1()
738 return( MBEDTLS_ERR_OID_BUF_TOO_SMALL );
A Derror.c825 if( use_ret == -(MBEDTLS_ERR_OID_BUF_TOO_SMALL) ) in mbedtls_strerror()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Doid.h51 #define MBEDTLS_ERR_OID_BUF_TOO_SMALL -0x000B /**< output buffer is too small … macro
A Dcompat-1.3.h1117 #define POLARSSL_ERR_OID_BUF_TOO_SMALL MBEDTLS_ERR_OID_BUF_TOO_SMALL
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Dmp_mbedtls_errors.c557 { -(MBEDTLS_ERR_OID_BUF_TOO_SMALL), "OID_BUF_TOO_SMALL" },

Completed in 20 milliseconds