Searched refs:ssh_krl_revoke_key_explicit (Results 1 – 4 of 4) sorted by relevance
56 int ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key);
404 ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key) in ssh_krl_revoke_key_explicit() function456 return ssh_krl_revoke_key_explicit(krl, key); in ssh_krl_revoke_key()
650 #define ssh_krl_revoke_key_explicit Fssh_ssh_krl_revoke_key_explicit macro
2403 r = ssh_krl_revoke_key_explicit(krl, key); in update_krl_from_file()