Searched defs:tls_auth_options (Results 1 – 2 of 2) sorted by relevance
402 struct tls_auth_options* tls_auth_options; member419 struct tls_auth_options { struct420 rbnode_type node; /* key of tree is name */421 char* name;422 char* auth_domain_name;423 char* client_cert;424 char* client_key;425 char* client_key_pw;
1759 struct tls_auth_options* tls_auth_options; in tls_auth_options_create() local