HomeSort by relevance Sort by last modified time
    Searched defs:tlsv1_set_cert_chain (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_cred.c 140 static int tlsv1_set_cert_chain(struct x509_certificate **chain, function
181 if (tlsv1_set_cert_chain(&cred->trusted_certs, cert,
207 return tlsv1_set_cert_chain(&cred->cert, cert,
  /external/wpa_supplicant_8/src/tls/
tlsv1_cred.c 152 static int tlsv1_set_cert_chain(struct x509_certificate **chain, function
193 if (tlsv1_set_cert_chain(&cred->trusted_certs, cert,
219 return tlsv1_set_cert_chain(&cred->cert, cert,

Completed in 21 milliseconds