Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dhostfile.c227 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 Dhostfile.h33 struct hostkeys { struct
38 struct hostkeys *init_hostkeys(void); argument
H A Dauth.c428 struct hostkeys *hostkeys; in check_key_in_hostfiles() local
H A Dsshconnect.c848 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 Dssh-add.c695 struct hostkeys *hostkeys; in parse_dest_constraint_hop() local
H A Dsshconnect2.c128 struct hostkeys *hostkeys = NULL; in order_hostkeyalgs() local