Searched defs:tls_auth_options (Results 1 – 2 of 2) sorted by relevance
376 struct tls_auth_options* tls_auth_options; member393 struct tls_auth_options { struct394 rbnode_type node; /* key of tree is name */395 char* name;396 char* auth_domain_name;397 char* client_cert;398 char* client_key;399 char* client_key_pw;
1540 struct tls_auth_options* tls_auth_options; in tls_auth_options_create() local