Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/nsd/
H A Doptions.h402 struct tls_auth_options* tls_auth_options; member
419 struct tls_auth_options { struct
420 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;
H A Doptions.c1759 struct tls_auth_options* tls_auth_options; in tls_auth_options_create() local