Searched defs:hostkeys (Results 1 – 6 of 6) sorted by relevance
/freebsd/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 | auth.c | 428 struct hostkeys *hostkeys; in check_key_in_hostfiles() local
|
H A D | sshconnect.c | 848 load_hostkeys_command(struct hostkeys *hostkeys, const char *command_template, in load_hostkeys_command() 1594 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 | 128 struct hostkeys *hostkeys = NULL; in order_hostkeyalgs() local
|