Home
last modified time | relevance | path

Searched refs:revoked_keys_file (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dservconf.h206 char *revoked_keys_file; member
262 M_CP_STROPT(revoked_keys_file); \
Dauthfile.h49 int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file);
Dauthfile.c437 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) in sshkey_check_revoked() argument
441 r = ssh_krl_file_contains_key(revoked_keys_file, key); in sshkey_check_revoked()
450 switch ((r = sshkey_in_file(key, revoked_keys_file, 0, 1))) { in sshkey_check_revoked()
Dauth.c637 if (options.revoked_keys_file == NULL) in auth_key_is_revoked()
646 r = sshkey_check_revoked(key, options.revoked_keys_file); in auth_key_is_revoked()
652 sshkey_type(key), fp, options.revoked_keys_file); in auth_key_is_revoked()
657 options.revoked_keys_file, ssh_err(r)); in auth_key_is_revoked()
Dservconf.c185 options->revoked_keys_file = NULL; in initialize_server_options()
481 CLEAR_ON_NONE(options->revoked_keys_file); in fill_default_server_options()
2164 charptr = &options->revoked_keys_file; in process_server_config_line_depth()
2845 dump_cfg_string(sRevokedKeys, o->revoked_keys_file); in dump_config()