Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_client_ocsp.c658 enum tls_ocsp_result res_first = res; in tls_process_ocsp_response() local
752 res_first = res; in tls_process_ocsp_response()
758 return res == TLS_OCSP_REVOKED ? res : res_first; in tls_process_ocsp_response()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_client_ocsp.c689 enum tls_ocsp_result res_first = res; in tls_process_ocsp_response() local
796 res_first = res; in tls_process_ocsp_response()
802 return res == TLS_OCSP_REVOKED ? res : res_first; in tls_process_ocsp_response()