Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssh/
Dservconf.h212 char *revoked_keys_file; member
270 M_CP_STROPT(revoked_keys_file); \
Dauthfile.c443 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) in sshkey_check_revoked() argument
447 r = ssh_krl_file_contains_key(revoked_keys_file, key); in sshkey_check_revoked()
456 switch ((r = sshkey_in_file(key, revoked_keys_file, 0, 1))) { in sshkey_check_revoked()
Dauthfile.h49 int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file);
Dauth.c559 if (options.revoked_keys_file == NULL) in auth_key_is_revoked()
568 r = sshkey_check_revoked(key, options.revoked_keys_file); in auth_key_is_revoked()
574 sshkey_type(key), fp, options.revoked_keys_file); in auth_key_is_revoked()
579 options.revoked_keys_file); in auth_key_is_revoked()
Dservconf.c188 options->revoked_keys_file = NULL; in initialize_server_options()
476 CLEAR_ON_NONE(options->revoked_keys_file); in fill_default_server_options()
2290 charptr = &options->revoked_keys_file; in process_server_config_line_depth()
2971 dump_cfg_string(sRevokedKeys, o->revoked_keys_file); in dump_config()