Searched refs:tlsv1_credentials (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/ |
D | tlsv1_cred.h | 12 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,
|
D | tlsv1_cred.c | 17 struct tlsv1_credentials * tlsv1_cred_alloc(void) in tlsv1_cred_alloc() 19 struct tlsv1_credentials *cred; in tlsv1_cred_alloc() 20 cred = (struct tlsv1_credentials *)os_zalloc(sizeof(*cred)); in tlsv1_cred_alloc() 25 void tlsv1_cred_free(struct tlsv1_credentials *cred) in tlsv1_cred_free() 187 int tlsv1_set_ca_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_ca_cert() 214 int tlsv1_set_cert(struct tlsv1_credentials *cred, const char *cert, in tlsv1_set_cert() 289 static int tlsv1_set_key(struct tlsv1_credentials *cred, in tlsv1_set_key() 315 int tlsv1_set_private_key(struct tlsv1_credentials *cred, in tlsv1_set_private_key() 349 static int tlsv1_set_dhparams_der(struct tlsv1_credentials *cred, in tlsv1_set_dhparams_der() 427 static int tlsv1_set_dhparams_blob(struct tlsv1_credentials *cred, in tlsv1_set_dhparams_blob() [all …]
|
D | tls_internal.c | 25 struct tlsv1_credentials *server_cred; 160 struct tlsv1_credentials *cred; in tls_connection_set_params() 216 struct tlsv1_credentials *cred; in tls_global_set_params()
|
D | tlsv1_server.h | 18 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred);
|
D | tlsv1_server_i.h | 43 struct tlsv1_credentials *cred;
|
D | tlsv1_client.h | 43 struct tlsv1_credentials *cred);
|
D | tlsv1_client_i.h | 61 struct tlsv1_credentials *cred;
|
D | tlsv1_server.c | 341 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred) in tlsv1_server_init()
|
D | tlsv1_client.c | 825 struct tlsv1_credentials *cred) in tlsv1_client_set_cred()
|