Home
last modified time | relevance | path

Searched refs:cert_probe (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_cred.h17 unsigned int cert_probe:1; member
H A Dtlsv1_client_read.c293 if ((conn->cred && conn->cred->cert_probe) || conn->cert_in_cb) { in tls_peer_cert_event()
541 } else if (conn->cred && conn->cred->cert_probe) { in tls_process_certificate()
H A Dtlsv1_cred.c227 cred->cert_probe = 1; in tlsv1_set_ca_cert()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c95 unsigned int cert_probe:1; member
900 if (conn->cert_probe || (conn->flags & TLS_CONN_EXT_CERT_CHECK) || in wolfssl_tls_cert_event()
1123 if (conn->cert_probe && preverify_ok && depth == 0) { in tls_verify_cb()
1183 conn->cert_probe = 1; in tls_connection_ca_cert()
H A Dtls_openssl.c261 unsigned int cert_probe:1; member
2383 if (conn->cert_probe || (conn->flags & TLS_CONN_EXT_CERT_CHECK) || in openssl_tls_cert_event()
2674 if (conn->cert_probe && preverify_ok && depth == 0) { in tls_verify_cb()
2807 conn->cert_probe = 1; in tls_connection_ca_cert()