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

/freebsd-13-stable/contrib/wpa/src/utils/
H A Dhttp_curl.c478 static void add_logo(struct http_ctx *ctx, struct http_cert *hcert, argument
492 n = os_realloc_array(hcert->logo, hcert->num_logo + 1,
496 hcert->logo = n;
497 n = &hcert->logo[hcert->num_logo];
522 hcert->num_logo++;
526 static void add_logo_direct(struct http_ctx *ctx, struct http_cert *hcert, argument
577 add_logo(ctx, hcert, found_hash, uri);
583 static void add_logo_indirect(struct http_ctx *ctx, struct http_cert *hcert, argument
799 add_logotype_ext(struct http_ctx *ctx, struct http_cert *hcert, X509 *cert) argument
870 parse_cert(struct http_ctx *ctx, struct http_cert *hcert, X509 *cert, GENERAL_NAMES **names) argument
883 parse_cert_free(struct http_cert *hcert, GENERAL_NAMES *names) argument
909 struct http_cert hcert; local
937 struct http_cert hcert; local
[all...]

Completed in 93 milliseconds