Searched refs:revoked_keys_file (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | servconf.h | 175 char *revoked_keys_file; member 216 M_CP_STROPT(revoked_keys_file); \
|
D | authfile.h | 50 int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file);
|
D | auth.c | 719 if (options.revoked_keys_file == NULL) in auth_key_is_revoked() 728 r = sshkey_check_revoked(key, options.revoked_keys_file); in auth_key_is_revoked() 734 sshkey_type(key), fp, options.revoked_keys_file); in auth_key_is_revoked() 739 options.revoked_keys_file, ssh_err(r)); in auth_key_is_revoked()
|
D | authfile.c | 570 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) in sshkey_check_revoked() argument 574 r = ssh_krl_file_contains_key(revoked_keys_file, key); in sshkey_check_revoked() 583 switch ((r = sshkey_in_file(key, revoked_keys_file, 0, 1))) { in sshkey_check_revoked()
|
D | servconf.c | 161 options->revoked_keys_file = NULL; in initialize_server_options() 358 CLEAR_ON_NONE(options->revoked_keys_file); in fill_default_server_options() 1691 charptr = &options->revoked_keys_file; in process_server_config_line() 2305 dump_cfg_string(sRevokedKeys, o->revoked_keys_file); in dump_config()
|