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

/external/openssh/
H A Dauthfile.h50 int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file);
H A Dauthfile.c555 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) function
H A Dauth.c708 r = sshkey_check_revoked(key, options.revoked_keys_file);
H A Dsshconnect.c1262 r = sshkey_check_revoked(host_key, options.revoked_host_keys);

Completed in 82 milliseconds