Home
last modified time | relevance | path

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

/external/openssh/
Dauthfd.h20 struct ssh_identitylist { struct
31 struct ssh_identitylist **idlp); argument
32 void ssh_free_identitylist(struct ssh_identitylist *idl);
Dauthfd.c267 ssh_fetch_identitylist(int sock, int version, struct ssh_identitylist **idlp) in ssh_fetch_identitylist()
272 struct ssh_identitylist *idl = NULL; in ssh_fetch_identitylist()
366 ssh_free_identitylist(struct ssh_identitylist *idl) in ssh_free_identitylist()
Dssh-add.c364 struct ssh_identitylist *idlist; in list_identities()
Dsshconnect1.c73 struct ssh_identitylist *idlist = NULL; in try_agent_authentication()
Dsshconnect2.c1310 struct ssh_identitylist *idlist; in pubkey_prepare()