Lines Matching defs:krl
138 struct ssh_krl *krl; in ssh_krl_init() local
168 ssh_krl_free(struct ssh_krl *krl) in ssh_krl_free()
200 ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version) in ssh_krl_set_version()
206 ssh_krl_set_comment(struct ssh_krl *krl, const char *comment) in ssh_krl_set_comment()
219 revoked_certs_for_ca_key(struct ssh_krl *krl, const struct sshkey *ca_key, in revoked_certs_for_ca_key()
327 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const struct sshkey *ca_key, in ssh_krl_revoke_cert_by_serial()
334 ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, in ssh_krl_revoke_cert_by_serial_range()
348 ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const struct sshkey *ca_key, in ssh_krl_revoke_cert_by_key_id()
411 ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key) in ssh_krl_revoke_key_explicit()
441 ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const u_char *p, size_t len) in ssh_krl_revoke_key_sha1()
450 ssh_krl_revoke_key_sha256(struct ssh_krl *krl, const u_char *p, size_t len) in ssh_krl_revoke_key_sha256()
459 ssh_krl_revoke_key(struct ssh_krl *krl, const struct sshkey *key) in ssh_krl_revoke_key()
738 ssh_krl_to_blob(struct ssh_krl *krl, struct sshbuf *buf) in ssh_krl_to_blob()
833 cert_extension_subsection(struct sshbuf *subsect, struct ssh_krl *krl) in cert_extension_subsection()
872 parse_revoked_certs(struct sshbuf *buf, struct ssh_krl *krl) in parse_revoked_certs()
1013 extension_section(struct sshbuf *sect, struct ssh_krl *krl) in extension_section()
1054 struct ssh_krl *krl = NULL; in ssh_krl_from_blob() local
1197 is_key_revoked(struct ssh_krl *krl, const struct sshkey *key) in is_key_revoked()
1260 ssh_krl_check_key(struct ssh_krl *krl, const struct sshkey *key) in ssh_krl_check_key()
1280 struct ssh_krl *krl = NULL; in ssh_krl_file_contains_key() local
1302 krl_dump(struct ssh_krl *krl, FILE *f) in krl_dump()