Home
last modified time | relevance | path

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

/external/openssh/
Dauth-rh-rsa.c50 if (auth_key_is_revoked(client_host_key)) in auth_rhosts_rsa_key_allowed()
Dauth.h198 int auth_key_is_revoked(Key *);
Dauth2-hostbased.c169 if (auth_key_is_revoked(key)) in hostbased_key_allowed()
Dauth-rsa.c249 if (auth_key_is_revoked(key)) in rsa_key_allowed_in_file()
Dauth2-pubkey.c679 if (auth_key_is_revoked(key)) in user_key_allowed()
681 if (key_is_cert(key) && auth_key_is_revoked(key->cert->signature_key)) in user_key_allowed()
Dauth.c685 auth_key_is_revoked(Key *key) in auth_key_is_revoked() function