Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dx509.h65 #define MBEDTLS_ERR_X509_INVALID_SERIAL -0x2280 /**< The serial tag or value is … macro
A Dcompat-1.3.h1217 #define POLARSSL_ERR_X509_INVALID_SERIAL MBEDTLS_ERR_X509_INVALID_SERIAL
/AliOS-Things-master/components/mbedtls/library/
A Dx509.c82 return( MBEDTLS_ERR_X509_INVALID_SERIAL + in mbedtls_x509_get_serial()
87 return( MBEDTLS_ERR_X509_INVALID_SERIAL + in mbedtls_x509_get_serial()
93 return( MBEDTLS_ERR_X509_INVALID_SERIAL + ret ); in mbedtls_x509_get_serial()
A Derror.c539 if( use_ret == -(MBEDTLS_ERR_X509_INVALID_SERIAL) ) in mbedtls_strerror()
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Dmp_mbedtls_errors.c388 { -(MBEDTLS_ERR_X509_INVALID_SERIAL), "X509_INVALID_SERIAL" },

Completed in 21 milliseconds