Home
last modified time | relevance | path

Searched refs:last_cert (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_client_ocsp.c364 struct x509_certificate *certs = NULL, *last_cert = NULL; in tls_process_basic_ocsp_response() local
468 if (last_cert) { in tls_process_basic_ocsp_response()
469 last_cert->next = cert; in tls_process_basic_ocsp_response()
470 last_cert = cert; in tls_process_basic_ocsp_response()
472 last_cert = certs = cert; in tls_process_basic_ocsp_response()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_client_ocsp.c355 struct x509_certificate *certs = NULL, *last_cert = NULL; in tls_process_basic_ocsp_response() local
448 if (last_cert) { in tls_process_basic_ocsp_response()
449 last_cert->next = cert; in tls_process_basic_ocsp_response()
450 last_cert = cert; in tls_process_basic_ocsp_response()
452 last_cert = certs = cert; in tls_process_basic_ocsp_response()

Completed in 2 milliseconds