Searched refs:tlsv1_credentials (Results 1 – 5 of 5) sorted by relevance
12 struct tlsv1_credentials { struct33 struct tlsv1_credentials * tlsv1_cred_alloc(void); argument34 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,
45 struct tlsv1_credentials *cred;
18 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred);
44 struct tlsv1_credentials *cred);
377 struct tlsv1_server * tlsv1_server_init(struct tlsv1_credentials *cred) in tlsv1_server_init()