Searched refs:sshkey_check_revoked (Results 1 – 6 of 6) sorted by relevance
49 int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file);
445 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) in sshkey_check_revoked() function
566 r = sshkey_check_revoked(key, options.revoked_keys_file); in auth_key_is_revoked()
850 #define sshkey_check_revoked Fssh_sshkey_check_revoked macro
1519 r = sshkey_check_revoked(host_key, options.revoked_host_keys); in verify_host_key()
2870 if ((r = sshkey_check_revoked(sign_key, revoked_keys)) != 0) { in sig_verify()