Home
last modified time | relevance | path

Searched defs:hostkeys (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dhostfile.c61 struct hostkeys { struct
62 struct hostkey_entry *entries;
63 u_int num_entries;
239 load_hostkeys(struct hostkeys *hostkeys, const char *host, const char *path) in load_hostkeys()
325 free_hostkeys(struct hostkeys *hostkeys) in free_hostkeys()
343 check_key_not_revoked(struct hostkeys *hostkeys, Key *k) in check_key_not_revoked()
377 check_hostkeys_by_key_or_type(struct hostkeys *hostkeys, in check_hostkeys_by_key_or_type()
436 check_key_in_hostkeys(struct hostkeys *hostkeys, Key *key, in check_key_in_hostkeys()
445 lookup_key_in_hostkeys_by_type(struct hostkeys *hostkeys, int keytype, in lookup_key_in_hostkeys_by_type()
Dauth.c373 struct hostkeys *hostkeys; in check_key_in_hostfiles() local
Dsshconnect.c1204 show_other_keys(struct hostkeys *hostkeys, Key *key) in show_other_keys()
Dsshconnect2.c110 struct hostkeys *hostkeys; in order_hostkeyalgs() local