Searched refs:ssh_krl_check_key (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dkrl.h59 int ssh_krl_check_key(struct ssh_krl *krl, const Key *key);
H A Dkrl.c1052 if (ssh_krl_check_key(krl, ca_used[i]) == 0)
1172 ssh_krl_check_key(struct ssh_krl *krl, const Key *key) function
1226 revoked = ssh_krl_check_key(krl, key) != 0;
H A Dssh-keygen.c2118 r = ssh_krl_check_key(krl, k);

Completed in 90 milliseconds