Searched refs:hcert (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c436 static void add_logo(struct http_ctx *ctx, struct http_cert *hcert, argument
450 n = os_realloc_array(hcert->logo, hcert->num_logo + 1,
454 hcert->logo = n;
455 n = &hcert->logo[hcert->num_logo];
480 hcert->num_logo++;
484 static void add_logo_direct(struct http_ctx *ctx, struct http_cert *hcert, argument
535 add_logo(ctx, hcert, found_hash, uri);
541 static void add_logo_indirect(struct http_ctx *ctx, struct http_cert *hcert, argument
745 add_logotype_ext(struct http_ctx *ctx, struct http_cert *hcert, X509 *cert) argument
816 parse_cert(struct http_ctx *ctx, struct http_cert *hcert, X509 *cert, GENERAL_NAMES **names) argument
829 parse_cert_free(struct http_cert *hcert, GENERAL_NAMES *names) argument
855 struct http_cert hcert; local
881 struct http_cert hcert; local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c436 static void add_logo(struct http_ctx *ctx, struct http_cert *hcert, argument
450 n = os_realloc_array(hcert->logo, hcert->num_logo + 1,
454 hcert->logo = n;
455 n = &hcert->logo[hcert->num_logo];
480 hcert->num_logo++;
484 static void add_logo_direct(struct http_ctx *ctx, struct http_cert *hcert, argument
535 add_logo(ctx, hcert, found_hash, uri);
541 static void add_logo_indirect(struct http_ctx *ctx, struct http_cert *hcert, argument
745 add_logotype_ext(struct http_ctx *ctx, struct http_cert *hcert, X509 *cert) argument
816 parse_cert(struct http_ctx *ctx, struct http_cert *hcert, X509 *cert, GENERAL_NAMES **names) argument
829 parse_cert_free(struct http_cert *hcert, GENERAL_NAMES *names) argument
855 struct http_cert hcert; local
881 struct http_cert hcert; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c436 static void add_logo(struct http_ctx *ctx, struct http_cert *hcert, argument
450 n = os_realloc_array(hcert->logo, hcert->num_logo + 1,
454 hcert->logo = n;
455 n = &hcert->logo[hcert->num_logo];
480 hcert->num_logo++;
484 static void add_logo_direct(struct http_ctx *ctx, struct http_cert *hcert, argument
535 add_logo(ctx, hcert, found_hash, uri);
541 static void add_logo_indirect(struct http_ctx *ctx, struct http_cert *hcert, argument
745 add_logotype_ext(struct http_ctx *ctx, struct http_cert *hcert, X509 *cert) argument
816 parse_cert(struct http_ctx *ctx, struct http_cert *hcert, X509 *cert, GENERAL_NAMES **names) argument
829 parse_cert_free(struct http_cert *hcert, GENERAL_NAMES *names) argument
855 struct http_cert hcert; local
881 struct http_cert hcert; local
[all...]

Completed in 60 milliseconds