Searched defs:krl (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | krl.c | 134 struct ssh_krl *krl; in ssh_krl_init() local 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() [all …]
|
D | ssh-keygen.c | 1936 const struct sshkey *ca, struct ssh_krl *krl) in update_krl_from_file() 2062 struct ssh_krl *krl; in do_gen_krl() local 2124 struct ssh_krl *krl; in do_check_krl() local
|