Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauthfd.h24 struct ssh_identitylist { struct
49 int ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp); argument
50 void ssh_free_identitylist(struct ssh_identitylist *idl);
H A Dauthfd.c264 ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp) in ssh_fetch_identitylist()
269 struct ssh_identitylist *idl = NULL; in ssh_fetch_identitylist()
338 ssh_free_identitylist(struct ssh_identitylist *idl) in ssh_free_identitylist()
364 struct ssh_identitylist *idlist = NULL; in ssh_agent_has_key()