Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauth.h179 int auth_key_is_revoked(struct sshkey *);
H A Dauth2-hostbased.c177 if (auth_key_is_revoked(key)) in hostbased_key_allowed()
H A Dauth2-pubkey.c761 if (auth_key_is_revoked(key)) in user_key_allowed()
764 auth_key_is_revoked(key->cert->signature_key)) in user_key_allowed()
H A Dauth.c457 auth_key_is_revoked(struct sshkey *key) in auth_key_is_revoked() function