Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client_ocsp.c345 struct x509_certificate *srv_cert, in tls_process_basic_ocsp_response() argument
568 if (!srv_cert) { in tls_process_basic_ocsp_response()
574 if (srv_cert->next) { in tls_process_basic_ocsp_response()
576 issuer = srv_cert->next; in tls_process_basic_ocsp_response()
581 if (x509_name_compare(&srv_cert->issuer, in tls_process_basic_ocsp_response()
599 x509_name_compare(&srv_cert->issuer, in tls_process_basic_ocsp_response()
628 res = tls_process_ocsp_responses(conn, srv_cert, issuer, in tls_process_basic_ocsp_response()
631 srv_cert->ocsp_revoked = 1; in tls_process_basic_ocsp_response()
633 srv_cert->ocsp_good = 1; in tls_process_basic_ocsp_response()