Home
last modified time | relevance | path

Searched refs:cert_fail (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client_read.c345 ev.cert_fail.depth = depth; in tls_cert_chain_failure_event()
348 ev.cert_fail.reason = reason; in tls_cert_chain_failure_event()
349 ev.cert_fail.reason_txt = reason_txt; in tls_cert_chain_failure_event()
352 ev.cert_fail.cert = cert_buf; in tls_cert_chain_failure_event()
534 ev.cert_fail.reason = TLS_FAIL_UNSPECIFIED; in tls_process_certificate()
535 ev.cert_fail.reason_txt = in tls_process_certificate()
537 ev.cert_fail.subject = buf; in tls_process_certificate()
554 ev.cert_fail.reason = TLS_FAIL_SERVER_CHAIN_PROBE; in tls_process_certificate()
555 ev.cert_fail.reason_txt = in tls_process_certificate()
560 ev.cert_fail.subject = buf; in tls_process_certificate()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dtls.h70 } cert_fail; member