Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauthfd.h49 int ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp);
H A Dauthfd.c264 ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp) in ssh_fetch_identitylist() function
366 if ((r = ssh_fetch_identitylist(sock, &idlist)) != 0) { in ssh_agent_has_key()