Searched defs:hostkeys (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/usr.bin/ssh/ |
H A 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()
|
H A D | hostfile.h | 33 struct hostkeys { struct 38 struct hostkeys *init_hostkeys(void); argument
|
H A D | sshd-session.c | 627 parse_hostkeys(struct sshbuf * hostkeys) parse_hostkeys() argument 685 struct sshbuf *m, *inc, *hostkeys; recv_rexec_state() local [all...] |
H A D | sshd.c | 609 struct sshbuf *keybuf = NULL, *hostkeys = NULL; pack_hostkeys() local 655 struct sshbuf *m = NULL, *inc = NULL, *hostkeys = NULL; send_rexec_state() local [all...] |
H A D | auth.c | 375 struct hostkeys *hostkeys; in check_key_in_hostfiles() local
|
H A D | sshconnect.c | 834 load_hostkeys_command(struct hostkeys *hostkeys, const char *command_template, in load_hostkeys_command() argument 1586 show_other_keys(struct hostkeys * hostkeys,struct sshkey * key) show_other_keys() argument [all...] |
H A D | ssh-add.c | 688 struct hostkeys *hostkeys; in parse_dest_constraint_hop() local
|
H A D | sshconnect2.c | 121 struct hostkeys *hostkeys = NULL; in order_hostkeyalgs() local [all...] |