Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
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.c262 ssh_fetch_identitylist(int sock, struct ssh_identitylist **idlp) in ssh_fetch_identitylist()
267 struct ssh_identitylist *idl = NULL; in ssh_fetch_identitylist()
336 ssh_free_identitylist(struct ssh_identitylist *idl) in ssh_free_identitylist()
362 struct ssh_identitylist *idlist = NULL; in ssh_agent_has_key()
H A Dssh-add.c258 struct ssh_identitylist *idlist; in add_file()
536 struct ssh_identitylist *idlist; in list_identities()
H A Dsshconnect2.c1632 struct ssh_identitylist **idlistp) in get_agent_identities()
1635 struct ssh_identitylist *idlist; in get_agent_identities()
1676 struct ssh_identitylist *idlist; in pubkey_prepare()
H A Dssh-keygen.c1804 struct ssh_identitylist *agent_ids; in do_ca_sign()