Searched refs:sshkey_check_revoked (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dauthfile.h50 int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file);
H A Dauthfile.c548 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) function
H A Dauth.c692 r = sshkey_check_revoked(key, options.revoked_keys_file);
H A Dssh_namespace.h790 #define sshkey_check_revoked Fssh_sshkey_check_revoked macro
H A Dsshconnect.c1290 r = sshkey_check_revoked(host_key, options.revoked_host_keys);

Completed in 185 milliseconds