Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h69 int num_host_cert_files; /* Number of files for host certs. */ member
Dsshd.c1420 if (options.num_host_cert_files >= MAX_HOSTCERTS) {
1424 options.host_cert_files[options.num_host_cert_files++] =
1745 for (i = 0; i < options.num_host_cert_files; i++) {
Dservconf.c90 options->num_host_cert_files = 0; in initialize_server_options()
364 for (i = 0; i < options->num_host_cert_files; i++) in fill_default_server_options()
1129 intptr = &options->num_host_cert_files; in process_server_config_line()
2333 dump_cfg_strarray(sHostCertificate, o->num_host_cert_files, in dump_config()