Home
last modified time | relevance | path

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

/external/openssh/
Dkrl.h51 int ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl,
Dkrl.c336 ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const struct sshkey *ca_key, in ssh_krl_revoke_cert_by_key_id() function
432 return ssh_krl_revoke_cert_by_key_id(krl, in ssh_krl_revoke_key()
888 if ((r = ssh_krl_revoke_cert_by_key_id(krl, in parse_revoked_certs()
Dssh-keygen.c2086 if (ssh_krl_revoke_cert_by_key_id(krl, ca, cp) != 0) in update_krl_from_file()