Home
last modified time | relevance | path

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

/external/openssh/
Dauth.h185 int auth_key_is_revoked(Key *);
Dauth2-hostbased.c169 if (auth_key_is_revoked(key)) in hostbased_key_allowed()
Dauth2-pubkey.c1096 if (auth_key_is_revoked(key)) in user_key_allowed()
1098 if (key_is_cert(key) && auth_key_is_revoked(key->cert->signature_key)) in user_key_allowed()
Dauth.c714 auth_key_is_revoked(Key *key) in auth_key_is_revoked() function