Searched defs:hostkeys (Results 1 – 4 of 4) sorted by relevance
65 struct hostkeys { struct66 struct hostkey_entry *entries;67 u_int num_entries;233 struct hostkeys *hostkeys; member240 struct hostkeys *hostkeys = ctx->hostkeys; in record_hostkey() local271 load_hostkeys(struct hostkeys *hostkeys, const char *host, const char *path) in load_hostkeys()292 free_hostkeys(struct hostkeys *hostkeys) in free_hostkeys()308 check_key_not_revoked(struct hostkeys *hostkeys, struct sshkey *k) in check_key_not_revoked()342 check_hostkeys_by_key_or_type(struct hostkeys *hostkeys, in check_hostkeys_by_key_or_type()401 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, in check_key_in_hostkeys()[all …]
437 struct hostkeys *hostkeys; in check_key_in_hostfiles() local
1415 show_other_keys(struct hostkeys *hostkeys, Key *key) in show_other_keys()
108 struct hostkeys *hostkeys; in order_hostkeyalgs() local