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.c445 sshkey_check_revoked(struct sshkey *key, const char *revoked_keys_file) in sshkey_check_revoked() function
H A Dauth.c566 r = sshkey_check_revoked(key, options.revoked_keys_file); in auth_key_is_revoked()
H A Dssh_namespace.h850 #define sshkey_check_revoked Fssh_sshkey_check_revoked macro
H A Dsshconnect.c1519 r = sshkey_check_revoked(host_key, options.revoked_host_keys); in verify_host_key()
H A Dssh-keygen.c2870 if ((r = sshkey_check_revoked(sign_key, revoked_keys)) != 0) { in sig_verify()