Home
last modified time | relevance | path

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

/external/openssh/
Dauth.h195 int auth_key_is_revoked(struct sshkey *);
Dauth2-hostbased.c180 if (auth_key_is_revoked(key)) in hostbased_key_allowed()
Dauth2-pubkey.c1018 if (auth_key_is_revoked(key)) in user_key_allowed()
1021 auth_key_is_revoked(key->cert->signature_key)) in user_key_allowed()
Dauth.c632 auth_key_is_revoked(struct sshkey *key) in auth_key_is_revoked() function