Searched refs:tlsv1_credentials (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_cred.h | 12 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,
|
D | tlsv1_cred.c | 21 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 …]
|
D | tlsv1_server.h | 18 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred);
|
D | tlsv1_server_i.h | 45 struct tlsv1_credentials *cred;
|
D | tlsv1_client.h | 44 struct tlsv1_credentials *cred);
|
D | tlsv1_client_i.h | 64 struct tlsv1_credentials *cred;
|
D | tlsv1_server.c | 377 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred) in tlsv1_server_init()
|
D | tlsv1_client.c | 831 struct tlsv1_credentials *cred) in tlsv1_client_set_cred()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_internal.c | 24 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()
|