Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client_ocsp.c355 struct x509_certificate *certs = NULL, *last_cert = NULL; in tls_process_basic_ocsp_response() local
452 last_cert = certs = cert; in tls_process_basic_ocsp_response()
597 for (signer = certs; signer; signer = signer->next) { in tls_process_basic_ocsp_response()
619 x509_certificate_chain_free(certs); in tls_process_basic_ocsp_response()
620 certs = NULL; in tls_process_basic_ocsp_response()
638 x509_certificate_chain_free(certs); in tls_process_basic_ocsp_response()
643 x509_certificate_chain_free(certs); in tls_process_basic_ocsp_response()