Lines Matching refs:krl
44 void ssh_krl_free(struct ssh_krl *krl);
45 void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version);
46 void ssh_krl_set_sign_key(struct ssh_krl *krl, const struct sshkey *sign_key);
47 int ssh_krl_set_comment(struct ssh_krl *krl, const char *comment);
48 int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl,
50 int ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl,
52 int ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl,
54 int ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key);
55 int ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const struct sshkey *key);
56 int ssh_krl_revoke_key(struct ssh_krl *krl, const struct sshkey *key);
57 int ssh_krl_to_blob(struct ssh_krl *krl, struct sshbuf *buf,
61 int ssh_krl_check_key(struct ssh_krl *krl, const struct sshkey *key);