Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.h50 int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file);
Dauthfile.c553 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) in sshkey_check_revoked() function
Dauth.c699 r = sshkey_check_revoked(key, options.revoked_keys_file); in auth_key_is_revoked()
Dsshconnect.c1262 r = sshkey_check_revoked(host_key, options.revoked_host_keys); in verify_host_key()