Home
last modified time | relevance | path

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

/hostap-latest/src/tls/
Dtlsv1_client_ocsp.c328 return TLS_OCSP_INVALID; in tls_process_ocsp_responses()
378 return TLS_OCSP_INVALID; in tls_process_basic_ocsp_response()
388 return TLS_OCSP_INVALID; in tls_process_basic_ocsp_response()
398 return TLS_OCSP_INVALID; in tls_process_basic_ocsp_response()
405 return TLS_OCSP_INVALID; in tls_process_basic_ocsp_response()
408 return TLS_OCSP_INVALID; in tls_process_basic_ocsp_response()
416 return TLS_OCSP_INVALID; in tls_process_basic_ocsp_response()
429 return TLS_OCSP_INVALID; in tls_process_basic_ocsp_response()
625 return TLS_OCSP_INVALID; in tls_process_basic_ocsp_response()
644 return TLS_OCSP_INVALID; in tls_process_basic_ocsp_response()
[all …]
Dtlsv1_client_read.c810 return TLS_OCSP_INVALID; in tls_process_certificate_status_ocsp_response()
817 return TLS_OCSP_INVALID; in tls_process_certificate_status_ocsp_response()
917 res = TLS_OCSP_INVALID; in tls_process_certificate_status()
926 res = TLS_OCSP_INVALID; in tls_process_certificate_status()
938 res = TLS_OCSP_INVALID; in tls_process_certificate_status()
1001 res == TLS_OCSP_INVALID ? TLS_ALERT_DECODE_ERROR : in tls_process_certificate_status()
Dtlsv1_client_i.h96 TLS_OCSP_NO_RESPONSE, TLS_OCSP_INVALID, TLS_OCSP_GOOD, TLS_OCSP_REVOKED enumerator