Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth.h198 int auth_key_is_revoked(struct sshkey *);
H A Dauth2-hostbased.c178 if (auth_key_is_revoked(key)) in hostbased_key_allowed()
H A Dauth2-pubkey.c764 if (auth_key_is_revoked(key)) in user_key_allowed()
767 auth_key_is_revoked(key->cert->signature_key)) in user_key_allowed()
H A Dauth.c552 auth_key_is_revoked(struct sshkey *key) in auth_key_is_revoked() function