HomeSort by relevance Sort by last modified time
    Searched full:last_cert (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/tls/
tlsv1_client_ocsp.c 364 struct x509_certificate *certs = NULL, *last_cert = NULL; local
468 if (last_cert) {
469 last_cert->next = cert;
470 last_cert = cert;
472 last_cert = certs = cert;

Completed in 752 milliseconds