Searched refs:ssh_krl (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | krl.h | 44 struct ssh_krl; 46 struct ssh_krl *ssh_krl_init(void); 47 void ssh_krl_free(struct ssh_krl *krl); 48 void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version); 49 int ssh_krl_set_comment(struct ssh_krl *krl, const char *comment); 50 int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, 52 int ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, 54 int ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, 56 int ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key); 57 int ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const u_char *p, size_t len); [all …]
|
H A D | krl.c | 93 struct ssh_krl { struct 132 struct ssh_krl * 135 struct ssh_krl *krl; in ssh_krl_init() 165 ssh_krl_free(struct ssh_krl *krl) in ssh_krl_free() 197 ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version) in ssh_krl_set_version() 203 ssh_krl_set_comment(struct ssh_krl *krl, const char *comment) in ssh_krl_set_comment() 216 revoked_certs_for_ca_key(struct ssh_krl *krl, const struct sshkey *ca_key, in revoked_certs_for_ca_key() 320 ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const struct sshkey *ca_key, in ssh_krl_revoke_cert_by_serial() 327 ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl, in ssh_krl_revoke_cert_by_serial_range() 341 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 …]
|
H A D | ssh-keygen.c | 2230 load_krl(const char *path, struct ssh_krl **krlp) in load_krl() 2282 const struct sshkey *ca, struct ssh_krl *krl) in update_krl_from_file() 2439 struct ssh_krl *krl; in do_gen_krl() 2495 struct ssh_krl *krl; in do_check_krl()
|