Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dx509_crl.c133 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in x509_get_crl_ext()
141 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in x509_get_crl_ext()
150 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in x509_get_crl_ext()
156 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in x509_get_crl_ext()
161 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_crl_ext()
166 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_crl_ext()
171 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_crl_ext()
206 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in x509_get_crl_entry_ext()
212 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_crl_entry_ext()
219 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in x509_get_crl_entry_ext()
[all …]
A Dx509_crt.c516 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_basic_constraints()
535 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_ns_cert_type()
555 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_key_usage()
584 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_ext_key_usage()
634 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_subject_alt_name()
640 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_subject_alt_name()
651 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_subject_alt_name()
691 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_subject_alt_name()
757 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_crt_ext()
783 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS ); in x509_get_crt_ext()
[all …]
A Dx509.c723 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in mbedtls_x509_get_ext()
726 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in mbedtls_x509_get_ext()
A Derror.c549 if( use_ret == -(MBEDTLS_ERR_X509_INVALID_EXTENSIONS) ) in mbedtls_strerror()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dx509.h70 #define MBEDTLS_ERR_X509_INVALID_EXTENSIONS -0x2500 /**< The extension tag or value … macro
A Dcompat-1.3.h1214 #define POLARSSL_ERR_X509_INVALID_EXTENSIONS MBEDTLS_ERR_X509_INVALID_EXTENSIONS
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Dmp_mbedtls_errors.c393 { -(MBEDTLS_ERR_X509_INVALID_EXTENSIONS), "X509_INVALID_EXTENSIONS" },

Completed in 57 milliseconds