Searched defs:AuthenticationConnection (Results 1 - 1 of 1) sorted by last modified time

/external/openssh/
H A Dauthfd.h67 } AuthenticationConnection; typedef in typeref:struct:__anon10226
73 AuthenticationConnection *ssh_get_authentication_connection(void);
74 void ssh_close_authentication_connection(AuthenticationConnection *);
75 int ssh_get_num_identities(AuthenticationConnection *, int);
76 Key *ssh_get_first_identity(AuthenticationConnection *, char **, int);
77 Key *ssh_get_next_identity(AuthenticationConnection *, char **, int);
78 int ssh_add_identity_constrained(AuthenticationConnection *, Key *,
80 int ssh_remove_identity(AuthenticationConnection *, Key *);
81 int ssh_remove_all_identities(AuthenticationConnection *, int);
82 int ssh_lock_agent(AuthenticationConnection *, in
[all...]

Completed in 191 milliseconds