Home
last modified time | relevance | path

Searched refs:ssh_krl (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dkrl.h41 struct ssh_krl;
43 struct ssh_krl *ssh_krl_init(void);
44 void ssh_krl_free(struct ssh_krl *krl);
45 void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version);
46 int ssh_krl_set_comment(struct ssh_krl *krl, const char *comment);
47 int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl,
49 int ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl,
51 int ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl,
53 int ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key);
54 int ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const struct sshkey *key);
[all …]
Dkrl.c92 struct ssh_krl { struct
130 struct ssh_krl *
133 struct ssh_krl *krl; in ssh_krl_init()
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()
207 revoked_certs_for_ca_key(struct ssh_krl *krl, const struct sshkey *ca_key, in revoked_certs_for_ca_key()
315 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const struct sshkey *ca_key, in ssh_krl_revoke_cert_by_serial()
322 ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, in ssh_krl_revoke_cert_by_serial_range()
336 ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const struct sshkey *ca_key, in ssh_krl_revoke_cert_by_key_id()
[all …]
Dssh-keygen.c1981 load_krl(const char *path, struct ssh_krl **krlp) in load_krl()
2002 const struct sshkey *ca, struct ssh_krl *krl) in update_krl_from_file()
2128 struct ssh_krl *krl; in do_gen_krl()
2189 struct ssh_krl *krl; in do_check_krl()