Lines Matching defs:krl
132 struct ssh_krl *krl; in ssh_krl_init() local
162 ssh_krl_free(struct ssh_krl *krl) in ssh_krl_free()
188 ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version) in ssh_krl_set_version()
194 ssh_krl_set_comment(struct ssh_krl *krl, const char *comment) in ssh_krl_set_comment()
206 revoked_certs_for_ca_key(struct ssh_krl *krl, const Key *ca_key, in revoked_certs_for_ca_key()
308 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const Key *ca_key, in ssh_krl_revoke_cert_by_serial()
315 ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, const Key *ca_key, in ssh_krl_revoke_cert_by_serial_range()
328 ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const Key *ca_key, in ssh_krl_revoke_cert_by_key_id()
391 ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const Key *key) in ssh_krl_revoke_key_explicit()
403 ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const Key *key) in ssh_krl_revoke_key_sha1()
415 ssh_krl_revoke_key(struct ssh_krl *krl, const Key *key) in ssh_krl_revoke_key()
662 ssh_krl_to_blob(struct ssh_krl *krl, Buffer *buf, const Key **sign_keys, in ssh_krl_to_blob()
753 parse_revoked_certs(Buffer *buf, struct ssh_krl *krl) in parse_revoked_certs()
886 struct ssh_krl *krl; in ssh_krl_from_blob() local
1110 is_key_revoked(struct ssh_krl *krl, const Key *key) in is_key_revoked()
1180 ssh_krl_check_key(struct ssh_krl *krl, const Key *key) in ssh_krl_check_key()
1201 struct ssh_krl *krl; in ssh_krl_file_contains_key() local