Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dbase64.c95 return( MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL ); in mbedtls_base64_encode()
103 return( MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL ); in mbedtls_base64_encode()
205 return( MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL ); in mbedtls_base64_decode()
A Dpem.c452 return( MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL ); in mbedtls_pem_write_buffer()
A Derror.c649 if( use_ret == -(MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL) ) in mbedtls_strerror()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dbase64.h29 #define MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL -0x002A /**< Output buffer too small. */ macro
A Dcompat-1.3.h1047 #define POLARSSL_ERR_BASE64_BUFFER_TOO_SMALL MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Dmp_mbedtls_errors.c442 { -(MBEDTLS_ERR_BASE64_BUFFER_TOO_SMALL), "BASE64_BUFFER_TOO_SMALL" },

Completed in 35 milliseconds