Lines Matching refs:mbedtls_x509_buf
276 static int x509_check_wildcard(const char *cn, const mbedtls_x509_buf *name) in x509_check_wildcard()
311 static int x509_string_cmp(const mbedtls_x509_buf *a, const mbedtls_x509_buf *b) in x509_string_cmp()
468 mbedtls_x509_buf *uid, int n) in x509_get_uid()
589 mbedtls_x509_buf *subject_key_id) in x509_get_subject_key_id()
769 mbedtls_x509_buf policy_oid; in x509_get_certificate_policies()
888 mbedtls_x509_buf extn_oid = { 0, 0, NULL }; in x509_get_crt_ext()
1083 mbedtls_x509_buf sig_params1, sig_params2, sig_oid2; in x509_crt_parse_der_core()
1085 memset(&sig_params1, 0, sizeof(mbedtls_x509_buf)); in x509_crt_parse_der_core()
1086 memset(&sig_params2, 0, sizeof(mbedtls_x509_buf)); in x509_crt_parse_der_core()
1087 memset(&sig_oid2, 0, sizeof(mbedtls_x509_buf)); in x509_crt_parse_der_core()
1971 const mbedtls_x509_buf *cur_oid = &cur->buf; in mbedtls_x509_crt_check_extended_key_usage()
2887 static int x509_crt_check_cn(const mbedtls_x509_buf *name, in x509_crt_check_cn()