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

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_cred.h 18 struct tlsv1_credentials { struct
31 struct tlsv1_credentials * tlsv1_cred_alloc(void);
32 void tlsv1_cred_free(struct tlsv1_credentials *cred);
33 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert,
36 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert,
38 int tlsv1_set_private_key(struct tlsv1_credentials *cred,
43 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
  /external/wpa_supplicant_8/src/tls/
tlsv1_cred.h 12 struct tlsv1_credentials { struct
25 struct tlsv1_credentials * tlsv1_cred_alloc(void);
26 void tlsv1_cred_free(struct tlsv1_credentials *cred);
27 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert,
30 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert,
32 int tlsv1_set_private_key(struct tlsv1_credentials *cred,
37 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,

Completed in 309 milliseconds