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

/freebsd-10-stable/crypto/openssh/
H A Dauthfile.h50 int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file);
H A Dauthfile.c558 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) function
H A Dauth.c703 r = sshkey_check_revoked(key, options.revoked_keys_file);
H A Dsshconnect.c1290 r = sshkey_check_revoked(host_key, options.revoked_host_keys);
H A Dssh_namespace.h795 #define sshkey_check_revoked Fssh_sshkey_check_revoked macro

Completed in 206 milliseconds