Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dhostfile.c225 struct hostkeys *hostkeys; member
232 struct hostkeys *hostkeys = ctx->hostkeys; in record_hostkey() local
264 load_hostkeys_file(struct hostkeys *hostkeys, const char *host, in load_hostkeys_file()
284 load_hostkeys(struct hostkeys *hostkeys, const char *host, const char *path, in load_hostkeys()
299 free_hostkeys(struct hostkeys *hostkeys) in free_hostkeys()
314 check_key_not_revoked(struct hostkeys *hostkeys, struct sshkey *k) in check_key_not_revoked()
348 check_hostkeys_by_key_or_type(struct hostkeys *hostkeys, in check_hostkeys_by_key_or_type()
406 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, in check_key_in_hostkeys()
415 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, int nid, in lookup_key_in_hostkeys_by_type()
423 lookup_marker_in_hostkeys(struct hostkeys *hostkeys, int want_marker) in lookup_marker_in_hostkeys()
Dhostfile.h33 struct hostkeys { struct
38 struct hostkeys *init_hostkeys(void); argument
Dsshd-session.c259 struct sshbuf *keybuf = NULL, *hostkeys = NULL; in pack_hostkeys() local
576 parse_hostkeys(struct sshbuf *hostkeys) in parse_hostkeys()
634 struct sshbuf *m, *inc, *hostkeys; in recv_rexec_state() local
Dsshd-auth.c368 parse_hostkeys(struct sshbuf *hostkeys) in parse_hostkeys()
410 struct sshbuf *hostkeys; in recv_privsep_state() local
Dsshd.c608 struct sshbuf *keybuf = NULL, *hostkeys = NULL; in pack_hostkeys() local
654 struct sshbuf *m = NULL, *inc = NULL, *hostkeys = NULL; in send_rexec_state() local
Dauth.c375 struct hostkeys *hostkeys; in check_key_in_hostfiles() local
Dsshconnect.c834 load_hostkeys_command(struct hostkeys *hostkeys, const char *command_template, in load_hostkeys_command()
1587 show_other_keys(struct hostkeys *hostkeys, struct sshkey *key) in show_other_keys()
Dssh-add.c688 struct hostkeys *hostkeys; in parse_dest_constraint_hop() local
Dmonitor.c516 struct sshbuf *inc = NULL, *hostkeys = NULL; in mm_answer_state() local
Dsshconnect2.c121 struct hostkeys *hostkeys = NULL; in order_hostkeyalgs() local