Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dhostfile.c228 struct hostkeys *hostkeys; member
235 struct hostkeys *hostkeys = ctx->hostkeys; in record_hostkey() local
267 load_hostkeys_file(struct hostkeys *hostkeys, const char *host, in load_hostkeys_file()
287 load_hostkeys(struct hostkeys *hostkeys, const char *host, const char *path, in load_hostkeys()
302 free_hostkeys(struct hostkeys *hostkeys) in free_hostkeys()
317 check_key_not_revoked(struct hostkeys *hostkeys, struct sshkey *k) in check_key_not_revoked()
351 check_hostkeys_by_key_or_type(struct hostkeys *hostkeys, in check_hostkeys_by_key_or_type()
409 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, in check_key_in_hostkeys()
418 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, int nid, in lookup_key_in_hostkeys_by_type()
426 lookup_marker_in_hostkeys(struct hostkeys *hostkeys, int want_marker) in lookup_marker_in_hostkeys()
H A Dhostfile.h34 struct hostkeys { struct
39 struct hostkeys *init_hostkeys(void); argument
H A Dsshconnect.c908 load_hostkeys_command(struct hostkeys *hostkeys, const char *command_template, in load_hostkeys_command()
1660 show_other_keys(struct hostkeys *hostkeys, struct sshkey *key) in show_other_keys()