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

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h68 int num_host_cert_files; /* Number of files for host certs. */ member in struct:__anon4965
H A Dservconf.c84 options->num_host_cert_files = 0;
1046 intptr = &options->num_host_cert_files;
2107 dump_cfg_strarray(sHostKeyFile, o->num_host_cert_files,
H A Dsshd.c1441 if (options.num_host_cert_files >= MAX_HOSTCERTS) {
1445 options.host_cert_files[options.num_host_cert_files++] =
1754 for (i = 0; i < options.num_host_cert_files; i++) {

Completed in 133 milliseconds