Home
last modified time | relevance | path

Searched refs:ssh_krl_revoke_key (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/openssh/
H A Dkrl.h57 int ssh_krl_revoke_key(struct ssh_krl *krl, const struct sshkey *key);
H A Dkrl.c452 ssh_krl_revoke_key(struct ssh_krl *krl, const struct sshkey *key) in ssh_krl_revoke_key() function
H A Dssh-keygen.c2389 r = ssh_krl_revoke_key(krl, key); in update_krl_from_file()