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
33 struct tlsv1_credentials * tlsv1_cred_alloc(void); argument
34 void tlsv1_cred_free(struct tlsv1_credentials *cred);
35 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert,
38 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert,
40 int tlsv1_set_private_key(struct tlsv1_credentials *cred,
45 int tlsv1_set_dhparams(struct tlsv1_credentials *cred, const char *dh_file,
Dtlsv1_cred.c21 struct tlsv1_credentials * tlsv1_cred_alloc(void) in tlsv1_cred_alloc()
23 struct tlsv1_credentials *cred; in tlsv1_cred_alloc()
29 void tlsv1_cred_free(struct tlsv1_credentials *cred) in tlsv1_cred_free()
194 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_ca_cert()
258 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_cert()
415 static int pkcs12_keybag(struct tlsv1_credentials *cred, in pkcs12_keybag()
423 static int pkcs12_pkcs8_keybag(struct tlsv1_credentials *cred, in pkcs12_pkcs8_keybag()
443 static int pkcs12_certbag(struct tlsv1_credentials *cred, in pkcs12_certbag()
622 static int pkcs12_safebag(struct tlsv1_credentials *cred, in pkcs12_safebag()
700 static int pkcs12_safecontents(struct tlsv1_credentials *cred, in pkcs12_safecontents()
[all …]
Dtlsv1_server.h18 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred);
Dtlsv1_server_i.h45 struct tlsv1_credentials *cred;
Dtlsv1_client.h44 struct tlsv1_credentials *cred);
Dtlsv1_client_i.h64 struct tlsv1_credentials *cred;
Dtlsv1_server.c377 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred) in tlsv1_server_init()
Dtlsv1_client.c831 struct tlsv1_credentials *cred) in tlsv1_client_set_cred()
/external/wpa_supplicant_8/src/crypto/
Dtls_internal.c24 struct tlsv1_credentials *server_cred;
206 struct tlsv1_credentials *cred; in tls_connection_set_params()
310 struct tlsv1_credentials *cred; in tls_global_set_params()