Searched defs:tlsv1_credentials (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_cred.h12 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,
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_cred.h12 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,
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_cred.h12 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 359 milliseconds