Searched defs:hostkeys (Results 1 - 4 of 4) sorted by last modified time

/freebsd-10-stable/crypto/openssh/
H A Dsshconnect2.c108 struct hostkeys *hostkeys; local
H A Dauth.c429 struct hostkeys *hostkeys; local
H A Dsshconnect.c1417 show_other_keys(struct hostkeys *hostkeys, Key *key) argument
H A Dhostfile.c65 struct hostkeys { struct
234 struct hostkeys *hostkeys; member in struct:load_callback_ctx
241 struct hostkeys *hostkeys = ctx->hostkeys; local
272 load_hostkeys(struct hostkeys *hostkeys, const char *host, const char *path) argument
293 free_hostkeys(struct hostkeys *hostkeys) argument
309 check_key_not_revoked(struct hostkeys *hostkeys, struct sshkey *k) argument
343 check_hostkeys_by_key_or_type(struct hostkeys *hostkeys, struct sshkey *k, int keytype, const struct hostkey_entry **found) argument
402 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, const struct hostkey_entry **found) argument
411 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, const struct hostkey_entry **found) argument
[all...]

Completed in 77 milliseconds