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

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_cred.c 90 static int tlsv1_add_cert(struct x509_certificate **chain, function
145 return tlsv1_add_cert(chain, cert_blob, cert_blob_len);
159 ret = tlsv1_add_cert(chain, buf, len);
  /external/wpa_supplicant_8/src/tls/
tlsv1_cred.c 102 static int tlsv1_add_cert(struct x509_certificate **chain, function
157 return tlsv1_add_cert(chain, cert_blob, cert_blob_len);
171 ret = tlsv1_add_cert(chain, buf, len);

Completed in 24 milliseconds