Searched refs:client_key_pw (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/nsd/dist/
H A Doptions.h399 char* client_key_pw; member in struct:tls_auth_options
H A Dxfrd-tcp.c898 if (zone->master->tls_auth_options->client_key_pw) {
900 SSL_CTX_set_default_passwd_cb_userdata(set->ssl_ctx, zone->master->tls_auth_options->client_key_pw);
H A Dconfigparser.y740 cfg_parser->tls_auth->client_key_pw = region_strdup(cfg_parser->opt->region, $2);
H A Dconfigparser.c2479 cfg_parser->tls_auth->client_key_pw = region_strdup(cfg_parser->opt->region, (yyvsp[0].str));

Completed in 212 milliseconds