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

/macosx-10.10/OpenSSH-189/openssh/
H A Dkrl.h39 struct ssh_krl;
41 struct ssh_krl *ssh_krl_init(void);
42 void ssh_krl_free(struct ssh_krl *krl);
43 void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version);
44 void ssh_krl_set_sign_key(struct ssh_krl *krl, const Key *sign_key);
45 void ssh_krl_set_comment(struct ssh_krl *krl, const char *comment);
46 int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const Key *ca_key,
48 int ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, const Key *ca_key,
50 int ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const Key *ca_key,
52 int ssh_krl_revoke_key_explicit(struct ssh_krl *kr
[all...]
H A Dkrl.c91 struct ssh_krl { struct
129 struct ssh_krl *
132 struct ssh_krl *krl;
162 ssh_krl_free(struct ssh_krl *krl)
188 ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version)
194 ssh_krl_set_comment(struct ssh_krl *krl, const char *comment)
206 revoked_certs_for_ca_key(struct ssh_krl *krl, const Key *ca_key,
308 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const Key *ca_key,
315 ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, const Key *ca_key,
328 ssh_krl_revoke_cert_by_key_id(struct ssh_krl *kr
[all...]
H A Dssh-keygen.c1912 load_krl(const char *path, struct ssh_krl **krlp)
1932 struct ssh_krl *krl)
2055 struct ssh_krl *krl;
2109 struct ssh_krl *krl;

Completed in 79 milliseconds