Searched refs:MBEDTLS_ERR_X509_INVALID_EXTENSIONS (Results 1 – 7 of 7) sorted by relevance
133 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 …]
516 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 …]
723 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + ret ); in mbedtls_x509_get_ext()726 return( MBEDTLS_ERR_X509_INVALID_EXTENSIONS + in mbedtls_x509_get_ext()
549 if( use_ret == -(MBEDTLS_ERR_X509_INVALID_EXTENSIONS) ) in mbedtls_strerror()
70 #define MBEDTLS_ERR_X509_INVALID_EXTENSIONS -0x2500 /**< The extension tag or value … macro
1214 #define POLARSSL_ERR_X509_INVALID_EXTENSIONS MBEDTLS_ERR_X509_INVALID_EXTENSIONS
393 { -(MBEDTLS_ERR_X509_INVALID_EXTENSIONS), "X509_INVALID_EXTENSIONS" },
Completed in 57 milliseconds