Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dhttp-utils.h29 struct http_cert { struct
58 int (*cb)(void *ctx, struct http_cert *cert), argument
Dhttp_curl.c48 int (*cert_cb)(void *ctx, struct http_cert *cert);
196 static void add_alt_name_othername(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name_othername()
228 static void add_alt_name_dns(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name_dns()
249 static void add_alt_name(struct http_ctx *ctx, struct http_cert *cert, in add_alt_name()
263 static void add_alt_names(struct http_ctx *ctx, struct http_cert *cert, in add_alt_names()
462 static void add_logo(struct http_ctx *ctx, struct http_cert *hcert, in add_logo()
510 static void add_logo_direct(struct http_ctx *ctx, struct http_cert *hcert, in add_logo_direct()
567 static void add_logo_indirect(struct http_ctx *ctx, struct http_cert *hcert, in add_logo_indirect()
783 static void add_logotype_ext(struct http_ctx *ctx, struct http_cert *hcert, in add_logotype_ext()
854 static void parse_cert(struct http_ctx *ctx, struct http_cert *hcert, in parse_cert()
[all …]
/external/wpa_supplicant_8/hs20/client/
Dosu_client.c2742 static int osu_cert_cb(void *_ctx, struct http_cert *cert) in osu_cert_cb()