Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_ocsp.c354 struct x509_certificate *srv_cert, in tls_process_basic_ocsp_response() argument
599 if (!srv_cert) { in tls_process_basic_ocsp_response()
605 if (srv_cert->next) { in tls_process_basic_ocsp_response()
607 issuer = srv_cert->next; in tls_process_basic_ocsp_response()
612 if (x509_name_compare(&srv_cert->issuer, in tls_process_basic_ocsp_response()
630 x509_name_compare(&srv_cert->issuer, in tls_process_basic_ocsp_response()
659 res = tls_process_ocsp_responses(conn, srv_cert, issuer, in tls_process_basic_ocsp_response()
662 srv_cert->ocsp_revoked = 1; in tls_process_basic_ocsp_response()
664 srv_cert->ocsp_good = 1; in tls_process_basic_ocsp_response()
/external/libvncserver/webclients/java-applet/ssl/
Dtightvnc-1.3dev7_javasrc-vncviewer-ssl.patch851 + boolean srv_cert = false;
857 + srv_cert = true;
993 + if (srv_cert) {
Dultravnc-102-JavaViewer-ssl-etc.patch3423 + boolean srv_cert = false;
3429 + srv_cert = true;
3565 + if (srv_cert) {