Home
last modified time | relevance | path

Searched refs:http_cert (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/utils/
H A Dhttp-utils.h29 struct http_cert { struct
59 int (*cb)(void *ctx, struct http_cert *cert), argument
H A Dhttp_curl.c56 int (*cert_cb)(void *ctx, struct http_cert *cert);
205 static void add_alt_name_othername(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name_othername()
237 static void add_alt_name_dns(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name_dns()
258 static void add_alt_name(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name()
272 static void add_alt_names(struct http_ctx *ctx, struct http_cert *cert, in add_alt_names()
456 static void add_logo(struct http_ctx *ctx, struct http_cert *hcert, in DEFINE_STACK_OF()
504 static void add_logo_direct(struct http_ctx *ctx, struct http_cert *hcert, in add_logo_direct()
561 static void add_logo_indirect(struct http_ctx *ctx, struct http_cert *hcert, in add_logo_indirect()
777 static void add_logotype_ext(struct http_ctx *ctx, struct http_cert *hcert, in add_logotype_ext()
848 static void parse_cert(struct http_ctx *ctx, struct http_cert *hcert, in parse_cert()
[all …]
/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c2944 static int osu_cert_cb(void *_ctx, struct http_cert *cert) in osu_cert_cb()