Lines Matching refs:ssh_krl
93 struct ssh_krl { struct
131 struct ssh_krl *
134 struct ssh_krl *krl; in ssh_krl_init()
163 ssh_krl_free(struct ssh_krl *krl) in ssh_krl_free()
189 ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version) in ssh_krl_set_version()
195 ssh_krl_set_comment(struct ssh_krl *krl, const char *comment) in ssh_krl_set_comment()
208 revoked_certs_for_ca_key(struct ssh_krl *krl, const struct sshkey *ca_key, in revoked_certs_for_ca_key()
316 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const struct sshkey *ca_key, in ssh_krl_revoke_cert_by_serial()
323 ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, in ssh_krl_revoke_cert_by_serial_range()
337 ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const struct sshkey *ca_key, in ssh_krl_revoke_cert_by_key_id()
400 ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key) in ssh_krl_revoke_key_explicit()
413 ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const struct sshkey *key) in ssh_krl_revoke_key_sha1()
427 ssh_krl_revoke_key(struct ssh_krl *krl, const struct sshkey *key) in ssh_krl_revoke_key()
706 ssh_krl_to_blob(struct ssh_krl *krl, struct sshbuf *buf, in ssh_krl_to_blob()
806 parse_revoked_certs(struct sshbuf *buf, struct ssh_krl *krl) in parse_revoked_certs()
923 ssh_krl_from_blob(struct sshbuf *buf, struct ssh_krl **krlp, in ssh_krl_from_blob()
927 struct ssh_krl *krl = NULL; in ssh_krl_from_blob()
1202 is_key_revoked(struct ssh_krl *krl, const struct sshkey *key) in is_key_revoked()
1255 ssh_krl_check_key(struct ssh_krl *krl, const struct sshkey *key) in ssh_krl_check_key()
1275 struct ssh_krl *krl = NULL; in ssh_krl_file_contains_key()