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

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-rh-rsa.c47 if (auth_key_is_revoked(client_host_key))
H A Dauth.h191 int auth_key_is_revoked(Key *);
H A Dauth2-hostbased.c149 if (auth_key_is_revoked(key))
H A Dauth-rsa.c241 if (auth_key_is_revoked(key))
H A Dauth2-pubkey.c611 if (auth_key_is_revoked(key))
613 if (key_is_cert(key) && auth_key_is_revoked(key->cert->signature_key))
H A Dauth.c638 auth_key_is_revoked(Key *key) function

Completed in 93 milliseconds