Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509write.c83 return MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE; in mbedtls_x509_write_set_san_common()
140 ret = MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE; in mbedtls_x509_write_set_san_common()
H A Dx509.c317 return MBEDTLS_ERROR_ADD(MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE, in mbedtls_x509_get_rsassa_pss_params()
1157 return MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE; in x509_get_other_name()
1251 if (ret != 0 && ret != MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE) { in mbedtls_x509_get_subject_alt_name_ext()
1498 return MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE; in mbedtls_x509_parse_subject_alt_name()
1528 if (parse_ret == MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE) { in mbedtls_x509_info_subject_alt_name()
H A Derror.c487 case -(MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE): in mbedtls_high_level_strerr()
H A Dx509_csr.c181 return MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE; in x509_csr_parse_extensions()
H A Dx509_crt.c799 parse_ret = MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE; in x509_get_certificate_policies()
1027 if (ret == MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE && cb != NULL && in x509_get_crt_ext()
1042 if (ret != MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE) { in x509_get_crt_ext()
1055 return MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE; in x509_get_crt_ext()
H A Dx509write_crt.c305 return MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE; in mbedtls_x509write_crt_set_key_usage()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509.h45 #define MBEDTLS_ERR_X509_FEATURE_UNAVAILABLE -0x2080 macro