Home
last modified time | relevance | path

Searched refs:init_hostkeys (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dhostfile.h39 struct hostkeys *init_hostkeys(void);
H A Dsshconnect.c1056 host_hostkeys = init_hostkeys(); in check_host_key()
1068 ip_hostkeys = init_hostkeys(); in check_host_key()
H A Dhostfile.c217 init_hostkeys(void) in init_hostkeys() function