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);
431 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) in sshkey_check_revoked() function
568 r = sshkey_check_revoked(key, options.revoked_keys_files[i]); in auth_key_is_revoked()
857 #define sshkey_check_revoked Fssh_sshkey_check_revoked macro
1515 r = sshkey_check_revoked(host_key, in verify_host_key()
2792 if ((r = sshkey_check_revoked(sign_key, revoked_keys)) != 0) { in sig_verify()