Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/
Dkrl.h52 int ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const Key *key);
Dkrl.c391 ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const Key *key) in ssh_krl_revoke_key_explicit() function
Dssh-keygen.c2053 r = ssh_krl_revoke_key_explicit(krl, key); in update_krl_from_file()