HomeSort by: relevance | last modified time | path
    Searched defs:tlsv1_credentials (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/wpa/dist/src/tls/
tlsv1_cred.h 12 struct tlsv1_credentials { struct
33 struct tlsv1_credentials * tlsv1_cred_alloc(void);
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,

Completed in 24 milliseconds