Home
last modified time | relevance | path

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

/external/openssh/
Dkrl.h54 int ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const struct sshkey *key);
Dkrl.c412 ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const struct sshkey *key) in ssh_krl_revoke_key_sha1() function
429 return ssh_krl_revoke_key_sha1(krl, key); in ssh_krl_revoke_key()
Dssh-keygen.c2111 r = ssh_krl_revoke_key_sha1(krl, key); in update_krl_from_file()