Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauthfile.h49 int sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file);
H A Dauthfile.c431 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) in sshkey_check_revoked() function
H A Dauth.c568 r = sshkey_check_revoked(key, options.revoked_keys_files[i]); in auth_key_is_revoked()
H A Dssh_namespace.h857 #define sshkey_check_revoked Fssh_sshkey_check_revoked macro
H A Dsshconnect.c1515 r = sshkey_check_revoked(host_key, in verify_host_key()
H A Dssh-keygen.c2792 if ((r = sshkey_check_revoked(sign_key, revoked_keys)) != 0) { in sig_verify()