Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/mbedtls/
H A Dx509_crl.c158 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in x509_get_crl_ext()
166 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in x509_get_crl_ext()
175 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in x509_get_crl_ext()
181 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in x509_get_crl_ext()
186 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_crl_ext()
191 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_crl_ext()
196 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_crl_ext()
231 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in x509_get_crl_entry_ext()
237 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_crl_entry_ext()
244 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in x509_get_crl_entry_ext()
[all …]
H A Dx509_crt.c538 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_basic_constraints()
544 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_basic_constraints()
563 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_ns_cert_type()
583 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_key_usage()
612 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_ext_key_usage()
660 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_subject_alt_name()
666 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_subject_alt_name()
677 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_subject_alt_name()
714 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_subject_alt_name()
779 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in x509_get_crt_ext()
[all …]
H A Dx509.c747 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in mbedtls_x509_get_ext()
758 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in mbedtls_x509_get_ext()
761 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in mbedtls_x509_get_ext()
H A Derror.c579 if( use_ret == -(MBEDTLS_ERR_X509_INVALID_EXTENSIONS) ) in mbedtls_strerror()
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dx509.h95 #define MBEDTLS_ERR_X509_INVALID_EXTENSIONS -0x2500 /**< The extension tag or value … macro
H A Dcompat-1.3.h1245 #define POLARSSL_ERR_X509_INVALID_EXTENSIONS MBEDTLS_ERR_X509_INVALID_EXTENSIONS