Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dservconf.h221 char *revoked_keys_file; member
289 M_CP_STROPT(revoked_keys_file); \
H A Dauthfile.h49 int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file);
H A Dauthfile.c438 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) in sshkey_check_revoked() argument
442 r = ssh_krl_file_contains_key(revoked_keys_file, key); in sshkey_check_revoked()
451 switch ((r = sshkey_in_file(key, revoked_keys_file, 0, 1))) { in sshkey_check_revoked()
H A Dauth.c463 if (options.revoked_keys_file == NULL) in auth_key_is_revoked()
472 r = sshkey_check_revoked(key, options.revoked_keys_file); in auth_key_is_revoked()
478 sshkey_type(key), fp, options.revoked_keys_file); in auth_key_is_revoked()
483 options.revoked_keys_file); in auth_key_is_revoked()
H A Dservconf.c177 options->revoked_keys_file = NULL; in initialize_server_options()
493 CLEAR_ON_NONE(options->revoked_keys_file); in fill_default_server_options()
2406 charptr = &options->revoked_keys_file; in process_server_config_line_depth()
3193 dump_cfg_string(sRevokedKeys, o->revoked_keys_file); in dump_config()