HomeSort by: relevance | last modified time | path
    Searched refs:tls_service_key (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/nsd/dist/
nsd.c 1500 if(nsd.options->control_enable || (nsd.options->tls_service_key && nsd.options->tls_service_key[0])) {
1516 if(nsd.options->tls_service_key && nsd.options->tls_service_key[0]
options.h 135 char* tls_service_key; member in struct:nsd_options
nsd-checkconf.c 437 SERV_GET_STR(tls_service_key, o);
722 print_string_var("tls-service-key:", opt->tls_service_key);
configparser.y 511 { cfg_parser->opt->tls_service_key = region_strdup(cfg_parser->opt->region, $2); }
configparser.c 2146 { cfg_parser->opt->tls_service_key = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); }
options.c 146 opt->tls_service_key = NULL;
server.c 2261 key = nsd->options->tls_service_key;

Completed in 44 milliseconds