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

/freebsd-10-stable/crypto/openssh/
H A Dauth-rh-rsa.c50 if (auth_key_is_revoked(client_host_key))
H A Dauth.h199 int auth_key_is_revoked(Key *);
H A Dauth-rsa.c249 if (auth_key_is_revoked(key))
H A Dauth2-hostbased.c169 if (auth_key_is_revoked(key))
H A Dauth2-pubkey.c1050 if (auth_key_is_revoked(key))
1052 if (key_is_cert(key) && auth_key_is_revoked(key->cert->signature_key))
H A Dauth.c689 auth_key_is_revoked(Key *key) function

Completed in 118 milliseconds