Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
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()