Lines Matching defs:hostkeys
65 struct hostkeys { struct
66 struct hostkey_entry *entries;
67 u_int num_entries;
233 struct hostkeys *hostkeys; member
240 struct hostkeys *hostkeys = ctx->hostkeys; in record_hostkey() local
271 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()
410 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, in lookup_key_in_hostkeys_by_type()