Symbol: ssh_krl
crypto/openssh/krl.c
1006
extension_section(struct sshbuf *sect, struct ssh_krl *krl)
crypto/openssh/krl.c
1044
ssh_krl_from_blob(struct sshbuf *buf, struct ssh_krl **krlp)
crypto/openssh/krl.c
1047
struct ssh_krl *krl = NULL;
crypto/openssh/krl.c
1190
is_key_revoked(struct ssh_krl *krl, const struct sshkey *key)
crypto/openssh/krl.c
1253
ssh_krl_check_key(struct ssh_krl *krl, const struct sshkey *key)
crypto/openssh/krl.c
1273
struct ssh_krl *krl = NULL;
crypto/openssh/krl.c
1295
krl_dump(struct ssh_krl *krl, FILE *f)
crypto/openssh/krl.c
132
struct ssh_krl *
crypto/openssh/krl.c
135
struct ssh_krl *krl;
crypto/openssh/krl.c
165
ssh_krl_free(struct ssh_krl *krl)
crypto/openssh/krl.c
197
ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version)
crypto/openssh/krl.c
203
ssh_krl_set_comment(struct ssh_krl *krl, const char *comment)
crypto/openssh/krl.c
216
revoked_certs_for_ca_key(struct ssh_krl *krl, const struct sshkey *ca_key,
crypto/openssh/krl.c
320
ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl, const struct sshkey *ca_key,
crypto/openssh/krl.c
327
ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl,
crypto/openssh/krl.c
341
ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl, const struct sshkey *ca_key,
crypto/openssh/krl.c
404
ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key)
crypto/openssh/krl.c
434
ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const u_char *p, size_t len)
crypto/openssh/krl.c
443
ssh_krl_revoke_key_sha256(struct ssh_krl *krl, const u_char *p, size_t len)
crypto/openssh/krl.c
452
ssh_krl_revoke_key(struct ssh_krl *krl, const struct sshkey *key)
crypto/openssh/krl.c
731
ssh_krl_to_blob(struct ssh_krl *krl, struct sshbuf *buf)
crypto/openssh/krl.c
826
cert_extension_subsection(struct sshbuf *subsect, struct ssh_krl *krl)
crypto/openssh/krl.c
865
parse_revoked_certs(struct sshbuf *buf, struct ssh_krl *krl)
crypto/openssh/krl.h
44
struct ssh_krl;
crypto/openssh/krl.h
46
struct ssh_krl *ssh_krl_init(void);
crypto/openssh/krl.h
47
void ssh_krl_free(struct ssh_krl *krl);
crypto/openssh/krl.h
48
void ssh_krl_set_version(struct ssh_krl *krl, u_int64_t version);
crypto/openssh/krl.h
49
int ssh_krl_set_comment(struct ssh_krl *krl, const char *comment);
crypto/openssh/krl.h
50
int ssh_krl_revoke_cert_by_serial(struct ssh_krl *krl,
crypto/openssh/krl.h
52
int ssh_krl_revoke_cert_by_serial_range(struct ssh_krl *krl,
crypto/openssh/krl.h
54
int ssh_krl_revoke_cert_by_key_id(struct ssh_krl *krl,
crypto/openssh/krl.h
56
int ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key);
crypto/openssh/krl.h
57
int ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const u_char *p, size_t len);
crypto/openssh/krl.h
58
int ssh_krl_revoke_key_sha256(struct ssh_krl *krl, const u_char *p, size_t len);
crypto/openssh/krl.h
59
int ssh_krl_revoke_key(struct ssh_krl *krl, const struct sshkey *key);
crypto/openssh/krl.h
60
int ssh_krl_to_blob(struct ssh_krl *krl, struct sshbuf *buf);
crypto/openssh/krl.h
61
int ssh_krl_from_blob(struct sshbuf *buf, struct ssh_krl **krlp);
crypto/openssh/krl.h
62
int ssh_krl_check_key(struct ssh_krl *krl, const struct sshkey *key);
crypto/openssh/krl.h
64
int krl_dump(struct ssh_krl *krl, FILE *f);
crypto/openssh/ssh-keygen.c
2230
load_krl(const char *path, struct ssh_krl **krlp)
crypto/openssh/ssh-keygen.c
2282
const struct sshkey *ca, struct ssh_krl *krl)
crypto/openssh/ssh-keygen.c
2439
struct ssh_krl *krl;
crypto/openssh/ssh-keygen.c
2495
struct ssh_krl *krl;