Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkrl.h54 int ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl,
H A Dkrl.c341 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
459 return ssh_krl_revoke_cert_by_key_id(krl, in ssh_krl_revoke_key()
948 if ((r = ssh_krl_revoke_cert_by_key_id(krl, in parse_revoked_certs()
H A Dssh_namespace.h646 #define ssh_krl_revoke_cert_by_key_id Fssh_ssh_krl_revoke_cert_by_key_id macro
H A Dssh-keygen.c2371 if (ssh_krl_revoke_cert_by_key_id(krl, ca, cp) != 0) in update_krl_from_file()