Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h90 char **host_cert_files; /* Files containing host certs. */ member
Dsshd.c1871 if (options.host_cert_files[i] == NULL)
1873 if ((r = sshkey_load_public(options.host_cert_files[i],
1876 options.host_cert_files[i], ssh_err(r));
1881 options.host_cert_files[i]);
1895 options.host_cert_files[i]);
Dservconf.c294 &options->host_cert_files, &options->num_host_cert_files, apath); in servconf_add_hostcert()
491 CLEAR_ON_NONE(options->host_cert_files[i]); in fill_default_server_options()
2875 o->host_cert_files); in dump_config()