Home
last modified time | relevance | path

Searched defs:tls_auth_options (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Doptions.h376 struct tls_auth_options* tls_auth_options; member
393 struct tls_auth_options { struct
394 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;
H A Doptions.c1540 struct tls_auth_options* tls_auth_options; in tls_auth_options_create() local