Lines Matching refs:sshkey
86 struct sshkey *ca_key;
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()
324 const struct sshkey *ca_key, u_int64_t lo, u_int64_t hi) 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()
363 plain_key_blob(const struct sshkey *key, u_char **blob, size_t *blen) in plain_key_blob()
365 struct sshkey *kcopy; in plain_key_blob()
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()
427 ssh_krl_revoke_key(struct ssh_krl *krl, const struct sshkey *key) in ssh_krl_revoke_key()
707 const struct sshkey **sign_keys, u_int nsign_keys) in ssh_krl_to_blob()
816 struct sshkey *ca_key = NULL; in parse_revoked_certs()
924 const struct sshkey **sign_ca_keys, size_t nsign_ca_keys) in ssh_krl_from_blob()
930 struct sshkey *key = NULL, **ca_used = NULL, **tmp_ca_used; in ssh_krl_from_blob()
1168 is_cert_revoked(const struct sshkey *key, struct revoked_certs *rc) in is_cert_revoked()
1202 is_key_revoked(struct ssh_krl *krl, const struct sshkey *key) in is_key_revoked()
1255 ssh_krl_check_key(struct ssh_krl *krl, const struct sshkey *key) in ssh_krl_check_key()
1272 ssh_krl_file_contains_key(const char *path, const struct sshkey *key) in ssh_krl_file_contains_key()