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

/freebsd-13-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h249 * cert_cb - Notification of a peer certificate
254 void (*cert_cb)(void *ctx, struct tls_cert_data *cert, member in struct:eapol_ctx
H A Deapol_supp_sm.c2005 if (sm->ctx->cert_cb)
2006 sm->ctx->cert_cb(sm->ctx->ctx, cert, cert_hash);
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_cert.c167 ret->cert_cb = cert->cert_cb;
359 c->cert_cb = cb;
H A Dssl_local.h1924 int (*cert_cb) (SSL *ssl, void *arg); member in struct:cert_st
/freebsd-13-stable/contrib/wpa/src/utils/
H A Dhttp_curl.c56 int (*cert_cb)(void *ctx, struct http_cert *cert); member in struct:http_ctx
912 if (ctx->cert_cb == NULL) {
913 wpa_printf(MSG_DEBUG, "%s: no cert_cb configured", __func__);
925 ret = ctx->cert_cb(ctx->cert_cb_ctx, &hcert);
1750 ctx->cert_cb = cb;
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c1120 ctx->cert_cb = wpa_supplicant_cert_cb;
H A Deapol_test.c606 ctx->cert_cb = eapol_test_cert_cb;
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c3467 if (s->cert->cert_cb) {
3468 i = s->cert->cert_cb(s, s->cert->cert_cb_arg);
H A Dstatem_lib.c1534 if (s->psk_find_session_cb != NULL || s->cert->cert_cb != NULL)
H A Dstatem_srvr.c2262 if (!s->hit && s->cert->cert_cb != NULL) {
2263 int rv = s->cert->cert_cb(s, s->cert->cert_cb_arg);

Completed in 198 milliseconds