Searched refs:hcert (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | http_curl.c | 478 static void add_logo(struct http_ctx *ctx, struct http_cert *hcert, in add_logo() argument 492 n = os_realloc_array(hcert->logo, hcert->num_logo + 1, in add_logo() 496 hcert->logo = n; in add_logo() 497 n = &hcert->logo[hcert->num_logo]; in add_logo() 522 hcert->num_logo++; in add_logo() 526 static void add_logo_direct(struct http_ctx *ctx, struct http_cert *hcert, in add_logo_direct() argument 577 add_logo(ctx, hcert, found_hash, uri); in add_logo_direct() 583 static void add_logo_indirect(struct http_ctx *ctx, struct http_cert *hcert, in add_logo_indirect() argument 799 add_logotype_ext(struct http_ctx *ctx, struct http_cert *hcert, X509 *cert) add_logotype_ext() argument 870 parse_cert(struct http_ctx *ctx, struct http_cert *hcert, X509 *cert, GENERAL_NAMES **names) parse_cert() argument 883 parse_cert_free(struct http_cert *hcert, GENERAL_NAMES *names) parse_cert_free() argument 909 struct http_cert hcert; validate_server_cert() local 937 struct http_cert hcert; http_parse_x509_certificate() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | http_curl.c | 478 static void add_logo(struct http_ctx *ctx, struct http_cert *hcert, in add_logo() argument 492 n = os_realloc_array(hcert->logo, hcert->num_logo + 1, in add_logo() 496 hcert->logo = n; in add_logo() 497 n = &hcert->logo[hcert->num_logo]; in add_logo() 522 hcert->num_logo++; in add_logo() 526 static void add_logo_direct(struct http_ctx *ctx, struct http_cert *hcert, in add_logo_direct() argument 577 add_logo(ctx, hcert, found_hash, uri); in add_logo_direct() 583 static void add_logo_indirect(struct http_ctx *ctx, struct http_cert *hcert, in add_logo_indirect() argument 799 add_logotype_ext(struct http_ctx *ctx, struct http_cert *hcert, X509 *cert) add_logotype_ext() argument 870 parse_cert(struct http_ctx *ctx, struct http_cert *hcert, X509 *cert, GENERAL_NAMES **names) parse_cert() argument 883 parse_cert_free(struct http_cert *hcert, GENERAL_NAMES *names) parse_cert_free() argument 909 struct http_cert hcert; validate_server_cert() local 937 struct http_cert hcert; http_parse_x509_certificate() local [all...] |
Completed in 4 milliseconds