HomeSort by relevance Sort by last modified time
    Searched defs:cert_cb (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 231 * cert_cb - Notification of a peer certificate
238 void (*cert_cb)(void *ctx, int depth, const char *subject, member in struct:eapol_ctx
  /external/wpa_supplicant_8/src/utils/
http_curl.c 45 int (*cert_cb)(void *ctx, struct http_cert *cert); member in struct:http_ctx
858 if (ctx->cert_cb == NULL)
869 ret = ctx->cert_cb(ctx->cert_cb_ctx, &hcert);
    [all...]

Completed in 91 milliseconds