Searched defs:hostkeys (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/usr.bin/ssh/ |
| D | hostfile.c | 225 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()
|
| D | hostfile.h | 33 struct hostkeys { struct 38 struct hostkeys *init_hostkeys(void); argument
|
| D | sshd-session.c | 259 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
|
| D | sshd-auth.c | 368 parse_hostkeys(struct sshbuf *hostkeys) in parse_hostkeys() 410 struct sshbuf *hostkeys; in recv_privsep_state() local
|
| D | sshd.c | 608 struct sshbuf *keybuf = NULL, *hostkeys = NULL; in pack_hostkeys() local 654 struct sshbuf *m = NULL, *inc = NULL, *hostkeys = NULL; in send_rexec_state() local
|
| D | auth.c | 375 struct hostkeys *hostkeys; in check_key_in_hostfiles() local
|
| D | sshconnect.c | 834 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()
|
| D | ssh-add.c | 688 struct hostkeys *hostkeys; in parse_dest_constraint_hop() local
|
| D | monitor.c | 516 struct sshbuf *inc = NULL, *hostkeys = NULL; in mm_answer_state() local
|
| D | sshconnect2.c | 121 struct hostkeys *hostkeys = NULL; in order_hostkeyalgs() local
|