Home
last modified time | relevance | path

Searched refs:ssh_krl_revoke_key_explicit (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dkrl.h56 int ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key);
H A Dkrl.c404 ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key) in ssh_krl_revoke_key_explicit() function
456 return ssh_krl_revoke_key_explicit(krl, key); in ssh_krl_revoke_key()
H A Dssh_namespace.h650 #define ssh_krl_revoke_key_explicit Fssh_ssh_krl_revoke_key_explicit macro
H A Dssh-keygen.c2403 r = ssh_krl_revoke_key_explicit(krl, key); in update_krl_from_file()