Home
last modified time | relevance | path

Searched refs:num_host_cert_files (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dservconf.h60 int num_host_cert_files; /* Number of files for host certs. */ member
Dservconf.c76 options->num_host_cert_files = 0; in initialize_server_options()
888 intptr = &options->num_host_cert_files; in process_server_config_line()
1784 dump_cfg_strarray(sHostKeyFile, o->num_host_cert_files, in dump_config()
Dsshd.c1369 if (options.num_host_cert_files >= MAX_HOSTCERTS) {
1373 options.host_cert_files[options.num_host_cert_files++] =
1635 for (i = 0; i < options.num_host_cert_files; i++) {