Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h66 char *host_cert_files[MAX_HOSTCERTS]; /* Files containing host certs. */ member
Dsshd.c1512 options.host_cert_files[options.num_host_cert_files++] =
1843 if (options.host_cert_files[i] == NULL)
1845 key = key_load_public(options.host_cert_files[i], NULL);
1848 options.host_cert_files[i]);
1853 options.host_cert_files[i]);
1867 options.host_cert_files[i]);
Dservconf.c359 CLEAR_ON_NONE(options->host_cert_files[i]); in fill_default_server_options()
1079 charptr = &options->host_cert_files[*intptr]; in process_server_config_line()
2201 o->host_cert_files); in dump_config()