Searched refs:last_cert (Results 1 – 1 of 1) sorted by relevance
355 struct x509_certificate *certs = NULL, *last_cert = NULL; in tls_process_basic_ocsp_response() local448 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()