Home
last modified time | relevance | path

Searched refs:MBEDTLS_ERR_OID_NOT_FOUND (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/mbedtls/library/
A Doid.c82 if( data == NULL ) return( MBEDTLS_ERR_OID_NOT_FOUND ); \
95 if( data == NULL ) return( MBEDTLS_ERR_OID_NOT_FOUND ); \
109 if( data == NULL ) return( MBEDTLS_ERR_OID_NOT_FOUND ); \
131 return( MBEDTLS_ERR_OID_NOT_FOUND ); \
152 return( MBEDTLS_ERR_OID_NOT_FOUND ); \
A Dx509.c267 MBEDTLS_ERR_OID_NOT_FOUND ); in mbedtls_x509_get_rsassa_pss_params()
A Derror.c823 if( use_ret == -(MBEDTLS_ERR_OID_NOT_FOUND) ) in mbedtls_strerror()
A Dssl_tls.c5584 case MBEDTLS_ERR_X509_UNKNOWN_SIG_ALG + MBEDTLS_ERR_OID_NOT_FOUND: in ssl_parse_certificate_chain()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Doid.h50 #define MBEDTLS_ERR_OID_NOT_FOUND -0x002E /**< OID is not found. */ macro
A Dcompat-1.3.h1118 #define POLARSSL_ERR_OID_NOT_FOUND MBEDTLS_ERR_OID_NOT_FOUND
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Dmp_mbedtls_errors.c556 { -(MBEDTLS_ERR_OID_NOT_FOUND), "OID_NOT_FOUND" },

Completed in 35 milliseconds