Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client_ocsp.c339 return TLS_OCSP_NO_RESPONSE; in tls_process_ocsp_responses()
639 return TLS_OCSP_NO_RESPONSE; in tls_process_basic_ocsp_response()
657 enum tls_ocsp_result res = TLS_OCSP_NO_RESPONSE; in tls_process_ocsp_response()
689 return TLS_OCSP_NO_RESPONSE; in tls_process_ocsp_response()
694 return TLS_OCSP_NO_RESPONSE; in tls_process_ocsp_response()
728 return TLS_OCSP_NO_RESPONSE; in tls_process_ocsp_response()
Dtlsv1_client_i.h96 TLS_OCSP_NO_RESPONSE, TLS_OCSP_INVALID, TLS_OCSP_GOOD, TLS_OCSP_REVOKED enumerator
Dtlsv1_client_read.c909 res = TLS_OCSP_NO_RESPONSE; in tls_process_certificate_status()