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

/freebsd-current/crypto/openssh/
H A Dhostfile.h33 struct hostkeys { struct
[all...]
H A Dauth.c428 struct hostkeys *hostkeys; local
H A Dhostfile.c227 struct hostkeys *hostkeys; member in struct:load_callback_ctx
234 struct hostkeys *hostkeys = ctx->hostkeys; local
266 load_hostkeys_file(struct hostkeys *hostkeys, const char *host, const char *path, FILE *f, u_int note) argument
286 load_hostkeys(struct hostkeys *hostkeys, const char *host, const char *path, u_int note) argument
301 free_hostkeys(struct hostkeys *hostkeys) argument
316 check_key_not_revoked(struct hostkeys *hostkeys, struct sshkey *k) argument
350 check_hostkeys_by_key_or_type(struct hostkeys *hostkeys, struct sshkey *k, int keytype, int nid, const struct hostkey_entry **found) argument
408 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, const struct hostkey_entry **found) argument
417 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, int nid, const struct hostkey_entry **found) argument
425 lookup_marker_in_hostkeys(struct hostkeys *hostkeys, int want_marker) argument
[all...]
H A Dssh-add.c695 struct hostkeys *hostkeys; local
H A Dsshconnect.c848 load_hostkeys_command(struct hostkeys *hostkeys, const char *command_template, argument
1594 show_other_keys(struct hostkeys *hostkeys, struct sshkey *key) argument
[all...]
H A Dsshconnect2.c128 struct hostkeys *hostkeys = NULL; local
[all...]

Completed in 87 milliseconds