Searched refs:revoked_keys_file (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | servconf.h | 181 char *revoked_keys_file; member 222 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 | 699 if (options.revoked_keys_file == NULL) in auth_key_is_revoked() 708 r = sshkey_check_revoked(key, options.revoked_keys_file); in auth_key_is_revoked() 714 sshkey_type(key), fp, options.revoked_keys_file); in auth_key_is_revoked() 719 options.revoked_keys_file, ssh_err(r)); in auth_key_is_revoked()
|
D | authfile.c | 555 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) in sshkey_check_revoked() argument 559 r = ssh_krl_file_contains_key(revoked_keys_file, key); in sshkey_check_revoked() 568 switch ((r = sshkey_in_file(key, revoked_keys_file, 0, 1))) { in sshkey_check_revoked()
|
D | servconf.c | 167 options->revoked_keys_file = NULL; in initialize_server_options() 373 CLEAR_ON_NONE(options->revoked_keys_file); in fill_default_server_options() 1712 charptr = &options->revoked_keys_file; in process_server_config_line() 2299 dump_cfg_string(sRevokedKeys, o->revoked_keys_file); in dump_config()
|