HomeSort by relevance Sort by last modified time
    Searched full:tlsv1_credentials (Results 1 - 9 of 9) 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,
tlsv1_cred.c 24 struct tlsv1_credentials * tlsv1_cred_alloc(void)
26 struct tlsv1_credentials *cred;
32 void tlsv1_cred_free(struct tlsv1_credentials *cred)
177 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert,
204 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert,
212 static int tlsv1_set_key(struct tlsv1_credentials *cred,
234 int tlsv1_set_private_key(struct tlsv1_credentials *cred,
268 static int tlsv1_set_dhparams_der(struct tlsv1_credentials *cred,
346 static int tlsv1_set_dhparams_blob(struct tlsv1_credentials *cred,
398 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file
    [all...]
tlsv1_client.h 49 struct tlsv1_credentials *cred);
tlsv1_server.h 24 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred);
tlsv1_server_i.h 49 struct tlsv1_credentials *cred;
tlsv1_client_i.h 66 struct tlsv1_credentials *cred;
tlsv1_client.c 655 struct tlsv1_credentials *cred)
tlsv1_server.c 308 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred)
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_internal.c 30 struct tlsv1_credentials *server_cred;
166 struct tlsv1_credentials *cred;
226 struct tlsv1_credentials *cred;

Completed in 2118 milliseconds