Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauthfd.h23 struct ssh_identitylist { struct
48 int ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp); argument
49 void ssh_free_identitylist(struct ssh_identitylist *idl);
H A Dauthfd.c261 ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp) in ssh_fetch_identitylist()
266 struct ssh_identitylist *idl = NULL; in ssh_fetch_identitylist()
335 ssh_free_identitylist(struct ssh_identitylist *idl) in ssh_free_identitylist()
361 struct ssh_identitylist *idlist = NULL; in ssh_agent_has_key()
H A Dssh-add.c251 struct ssh_identitylist *idlist; in add_file()
529 struct ssh_identitylist *idlist; in list_identities()
H A Dsshconnect2.c1621 struct ssh_identitylist **idlistp) in get_agent_identities()
1624 struct ssh_identitylist *idlist; in get_agent_identities()
1665 struct ssh_identitylist *idlist; in pubkey_prepare()
H A Dssh-keygen.c1753 struct ssh_identitylist *agent_ids; in do_ca_sign()