Home
last modified time | relevance | path

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

/external/openssh/
Dsshd.c1424 options.host_cert_files[options.num_host_cert_files++] =
1746 if (options.host_cert_files[i] == NULL)
1748 key = key_load_public(options.host_cert_files[i], NULL);
1751 options.host_cert_files[i]);
1756 options.host_cert_files[i]);
1770 options.host_cert_files[i]);
Dservconf.h68 char *host_cert_files[MAX_HOSTCERTS]; /* Files containing host certs. */ member
Dservconf.c365 CLEAR_ON_NONE(options->host_cert_files[i]); in fill_default_server_options()
1134 charptr = &options->host_cert_files[*intptr]; in process_server_config_line()
2334 o->host_cert_files); in dump_config()