Home
last modified time | relevance | path

Searched refs:tlsv1_credentials (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_cred.h12 struct tlsv1_credentials { struct
25 struct tlsv1_credentials * tlsv1_cred_alloc(void); argument
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,
Dtlsv1_cred.c18 struct tlsv1_credentials * tlsv1_cred_alloc(void) in tlsv1_cred_alloc()
20 struct tlsv1_credentials *cred; in tlsv1_cred_alloc()
26 void tlsv1_cred_free(struct tlsv1_credentials *cred) in tlsv1_cred_free()
189 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_ca_cert()
216 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_cert()
291 static int tlsv1_set_key(struct tlsv1_credentials *cred, in tlsv1_set_key()
317 int tlsv1_set_private_key(struct tlsv1_credentials *cred, in tlsv1_set_private_key()
352 static int tlsv1_set_dhparams_der(struct tlsv1_credentials *cred, in tlsv1_set_dhparams_der()
430 static int tlsv1_set_dhparams_blob(struct tlsv1_credentials *cred, in tlsv1_set_dhparams_blob()
482 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file, in tlsv1_set_dhparams()
Dtlsv1_server.h18 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred);
Dtlsv1_server_i.h43 struct tlsv1_credentials *cred;
Dtlsv1_client.h43 struct tlsv1_credentials *cred);
Dtlsv1_client_i.h61 struct tlsv1_credentials *cred;
Dtlsv1_server.c341 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred) in tlsv1_server_init()
Dtlsv1_client.c772 struct tlsv1_credentials *cred) in tlsv1_client_set_cred()
/external/wpa_supplicant_8/src/crypto/
Dtls_internal.c24 struct tlsv1_credentials *server_cred;
160 struct tlsv1_credentials *cred; in tls_connection_set_params()
223 struct tlsv1_credentials *cred; in tls_global_set_params()