Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509.h60 #define MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE -0x2080 macro
A Dcompat-1.3.h1214 #define POLARSSL_ERR_X509_FEATURE_UNAVAILABLE MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509_crt.c666 if( ret != 0 && ret != MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE ) in x509_get_subject_alt_name()
821 parse_ret = MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE; in x509_get_certificate_policies()
1022 if( ret == MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE && cb != NULL && in x509_get_crt_ext()
1038 if( ret != MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE ) in x509_get_crt_ext()
1051 return( MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE ); in x509_get_crt_ext()
1717 return( MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE ); in x509_get_other_name()
1785 if( parse_ret == MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE ) in x509_info_subject_alt_name()
1925 return( MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE ); in mbedtls_x509_parse_subject_alt_name()
A Derror.c528 case -(MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE): in mbedtls_high_level_strerr()
A Dx509write_crt.c251 return( MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE ); in mbedtls_x509write_crt_set_key_usage()
A Dx509.c268 return( MBEDTLS_ERROR_ADD( MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE, in mbedtls_x509_get_rsassa_pss_params()

Completed in 25 milliseconds