Home
last modified time | relevance | path

Searched defs:hostkeys (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dhostfile.c227 struct hostkeys *hostkeys; member
234 struct hostkeys *hostkeys = ctx->hostkeys; in record_hostkey() local
266 load_hostkeys_file(struct hostkeys *hostkeys, const char *host, in load_hostkeys_file()
286 load_hostkeys(struct hostkeys *hostkeys, const char *host, const char *path, in load_hostkeys()
301 free_hostkeys(struct hostkeys *hostkeys) in free_hostkeys()
316 check_key_not_revoked(struct hostkeys *hostkeys, struct sshkey *k) in check_key_not_revoked()
350 check_hostkeys_by_key_or_type(struct hostkeys *hostkeys, in check_hostkeys_by_key_or_type()
408 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, in check_key_in_hostkeys()
417 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, int nid, in lookup_key_in_hostkeys_by_type()
425 lookup_marker_in_hostkeys(struct hostkeys *hostkeys, int want_marker) in lookup_marker_in_hostkeys()
H A Dhostfile.h33 struct hostkeys { struct
38 struct hostkeys *init_hostkeys(void); argument
H A Dsshd-session.c678 parse_hostkeys(struct sshbuf *hostkeys) in parse_hostkeys()
736 struct sshbuf *m, *inc, *hostkeys; in recv_rexec_state() local
H A Dsshd.c633 struct sshbuf *keybuf = NULL, *hostkeys = NULL; in pack_hostkeys() local
679 struct sshbuf *m = NULL, *inc = NULL, *hostkeys = NULL; in send_rexec_state() local
H A Dauth.c423 struct hostkeys *hostkeys; in check_key_in_hostfiles() local
H A Dsshconnect.c872 load_hostkeys_command(struct hostkeys *hostkeys, const char *command_template, in load_hostkeys_command()
1624 show_other_keys(struct hostkeys *hostkeys, struct sshkey *key) in show_other_keys()
H A Dssh-add.c695 struct hostkeys *hostkeys; in parse_dest_constraint_hop() local
H A Dsshconnect2.c126 struct hostkeys *hostkeys = NULL; in order_hostkeyalgs() local