Lines Matching refs:AuthenticationConnection
73 } AuthenticationConnection; typedef
79 AuthenticationConnection *ssh_get_authentication_connection(void);
80 void ssh_close_authentication_connection(AuthenticationConnection *);
81 int ssh_get_num_identities(AuthenticationConnection *, int);
82 Key *ssh_get_first_identity(AuthenticationConnection *, char **, int);
83 Key *ssh_get_next_identity(AuthenticationConnection *, char **, int);
84 int ssh_add_identity(AuthenticationConnection *, Key *, const char *);
85 int ssh_add_identity_constrained(AuthenticationConnection *, Key *, const char *, u_int);
86 int ssh_remove_identity(AuthenticationConnection *, Key *);
87 int ssh_remove_all_identities(AuthenticationConnection *, int);
88 int ssh_lock_agent(AuthenticationConnection *, int, const char *);
89 int ssh_update_card(AuthenticationConnection *, int, const char *, const char *);
92 ssh_decrypt_challenge(AuthenticationConnection *, Key *, BIGNUM *, u_char[16],
96 ssh_agent_sign(AuthenticationConnection *, Key *, u_char **, u_int *, u_char *,