Searched defs:hostkeys (Results 1 – 4 of 4) sorted by relevance
64 struct hostkeys { struct65 struct hostkey_entry *entries;66 u_int num_entries;231 struct hostkeys *hostkeys; member238 struct hostkeys *hostkeys = ctx->hostkeys; in record_hostkey() local269 load_hostkeys(struct hostkeys *hostkeys, const char *host, const char *path) in load_hostkeys()290 free_hostkeys(struct hostkeys *hostkeys) in free_hostkeys()305 check_key_not_revoked(struct hostkeys *hostkeys, struct sshkey *k) in check_key_not_revoked()339 check_hostkeys_by_key_or_type(struct hostkeys *hostkeys, in check_hostkeys_by_key_or_type()393 check_key_in_hostkeys(struct hostkeys *hostkeys, struct sshkey *key, in check_key_in_hostkeys()[all …]
467 struct hostkeys *hostkeys; in check_key_in_hostfiles() local
1306 show_other_keys(struct hostkeys *hostkeys, struct sshkey *key) in show_other_keys()
110 struct hostkeys *hostkeys; in order_hostkeyalgs() local