Home | History | Annotate | Download | only in openssh

Lines Matching full:sshkey

39 struct sshkey;
46 void ssh_krl_set_sign_key(struct ssh_krl *krl, const struct sshkey *sign_key);
49 const struct sshkey *ca_key, u_int64_t serial);
51 const struct sshkey *ca_key, u_int64_t lo, u_int64_t hi);
53 const struct sshkey *ca_key, const char *key_id);
54 int ssh_krl_revoke_key_explicit(struct ssh_krl *krl, const struct sshkey *key);
55 int ssh_krl_revoke_key_sha1(struct ssh_krl *krl, const struct sshkey *key);
56 int ssh_krl_revoke_key(struct ssh_krl *krl, const struct sshkey *key);
58 const struct sshkey **sign_keys, u_int nsign_keys);
60 const struct sshkey **sign_ca_keys, size_t nsign_ca_keys);
61 int ssh_krl_check_key(struct ssh_krl *krl, const struct sshkey *key);
62 int ssh_krl_file_contains_key(const char *path, const struct sshkey *key);