Searched refs:TLS_OCSP_REVOKED (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client_i.h94 TLS_OCSP_NO_RESPONSE, TLS_OCSP_INVALID, TLS_OCSP_GOOD, TLS_OCSP_REVOKED enumerator in enum:tls_ocsp_result
H A Dtlsv1_client_ocsp.c310 *res = TLS_OCSP_REVOKED;
661 if (res == TLS_OCSP_REVOKED)
798 if (res == TLS_OCSP_REVOKED || cert->issuer_trusted)
802 return res == TLS_OCSP_REVOKED ? res : res_first;
H A Dtlsv1_client_read.c939 if (res == TLS_OCSP_REVOKED)
947 res = TLS_OCSP_REVOKED;
957 if (res == TLS_OCSP_REVOKED) {
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client_i.h94 TLS_OCSP_NO_RESPONSE, TLS_OCSP_INVALID, TLS_OCSP_GOOD, TLS_OCSP_REVOKED enumerator in enum:tls_ocsp_result
H A Dtlsv1_client_ocsp.c310 *res = TLS_OCSP_REVOKED;
661 if (res == TLS_OCSP_REVOKED)
798 if (res == TLS_OCSP_REVOKED || cert->issuer_trusted)
802 return res == TLS_OCSP_REVOKED ? res : res_first;
H A Dtlsv1_client_read.c939 if (res == TLS_OCSP_REVOKED)
947 res = TLS_OCSP_REVOKED;
957 if (res == TLS_OCSP_REVOKED) {
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client_i.h94 TLS_OCSP_NO_RESPONSE, TLS_OCSP_INVALID, TLS_OCSP_GOOD, TLS_OCSP_REVOKED enumerator in enum:tls_ocsp_result
H A Dtlsv1_client_ocsp.c310 *res = TLS_OCSP_REVOKED;
661 if (res == TLS_OCSP_REVOKED)
798 if (res == TLS_OCSP_REVOKED || cert->issuer_trusted)
802 return res == TLS_OCSP_REVOKED ? res : res_first;
H A Dtlsv1_client_read.c939 if (res == TLS_OCSP_REVOKED)
947 res = TLS_OCSP_REVOKED;
957 if (res == TLS_OCSP_REVOKED) {

Completed in 513 milliseconds