Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h157 char *revoked_host_keys; member
Dsshconnect.c1287 if (options.revoked_host_keys != NULL) { in verify_host_key()
1288 r = sshkey_check_revoked(host_key, options.revoked_host_keys); in verify_host_key()
1295 options.revoked_host_keys); in verify_host_key()
1301 fp, options.revoked_host_keys, ssh_err(r)); in verify_host_key()
Dreadconf.c1641 charptr = &options->revoked_host_keys; in process_config_line_depth()
1877 options->revoked_host_keys = NULL; in initialize_options()
2088 CLEAR_ON_NONE(options->revoked_host_keys); in fill_default_options()
2589 dump_cfg_string(oRevokedHostKeys, o->revoked_host_keys); in dump_client_config()