Home
last modified time | relevance | path

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

/external/openssh/
Dssh_api.c40 struct sshkey *_ssh_host_private_key(int, int, struct ssh *);
115 ssh->kex->load_host_private_key=&_ssh_host_private_key; in ssh_init()
454 _ssh_host_private_key(int type, int nid, struct ssh *ssh) in _ssh_host_private_key() function