Searched refs:sshkey_check_revoked (Results 1 – 4 of 4) sorted by relevance
50 int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file);
553 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) in sshkey_check_revoked() function
699 r = sshkey_check_revoked(key, options.revoked_keys_file); in auth_key_is_revoked()
1262 r = sshkey_check_revoked(host_key, options.revoked_host_keys); in verify_host_key()