Searched defs:hostkeys (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/crypto/openssh/ |
H A D | hostfile.c | 227 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 D | hostfile.h | 33 struct hostkeys { struct 38 struct hostkeys *init_hostkeys(void); argument
|
H A D | sshd-session.c | 678 parse_hostkeys(struct sshbuf *hostkeys) in parse_hostkeys() 736 struct sshbuf *m, *inc, *hostkeys; in recv_rexec_state() local
|
H A D | sshd.c | 633 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 D | auth.c | 423 struct hostkeys *hostkeys; in check_key_in_hostfiles() local
|
H A D | sshconnect.c | 872 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 D | ssh-add.c | 695 struct hostkeys *hostkeys; in parse_dest_constraint_hop() local
|
H A D | sshconnect2.c | 126 struct hostkeys *hostkeys = NULL; in order_hostkeyalgs() local
|