Home
last modified time | relevance | path

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

/external/openssh/
Dhostfile.c65 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()
[all …]
Dauth.c437 struct hostkeys *hostkeys; in check_key_in_hostfiles() local
Dsshconnect.c1415 show_other_keys(struct hostkeys *hostkeys, Key *key) in show_other_keys()
Dsshconnect2.c108 struct hostkeys *hostkeys; in order_hostkeyalgs() local