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

/macosx-10.10.1/OpenSSH-189/openssh/
H A Dservconf.h67 int num_host_cert_files; /* Number of files for host certs. */ member in struct:__anon3217
H A Dservconf.c77 options->num_host_cert_files = 0;
1002 intptr = &options->num_host_cert_files;
2032 dump_cfg_strarray(sHostKeyFile, o->num_host_cert_files,
H A Dsshd.c1406 if (options.num_host_cert_files >= MAX_HOSTCERTS) {
1410 options.host_cert_files[options.num_host_cert_files++] =
1687 for (i = 0; i < options.num_host_cert_files; i++) {

Completed in 113 milliseconds