HomeSort by relevance Sort by last modified time
    Searched refs: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 146 static int tlsv1_set_cert_chain(struct x509_certificate **chain, function
187 if (tlsv1_set_cert_chain(&cred->trusted_certs, cert,
213 return tlsv1_set_cert_chain(&cred->cert, cert,

Completed in 14 milliseconds