Searched refs:AuthenticationConnection (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | authfd.h | 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); [all …]
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | authfd.c | 115 ssh_request_reply(AuthenticationConnection *auth, Buffer *request, Buffer *reply) in ssh_request_reply() 192 AuthenticationConnection * 195 AuthenticationConnection *auth; in ssh_get_authentication_connection() 221 ssh_close_authentication_connection(AuthenticationConnection *auth) in ssh_close_authentication_connection() 230 ssh_lock_agent(AuthenticationConnection *auth, int lock, const char *password) in ssh_lock_agent() 253 ssh_get_num_identities(AuthenticationConnection *auth, int version) in ssh_get_num_identities() 303 ssh_get_first_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_first_identity() 312 ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_next_identity() 362 ssh_decrypt_challenge(AuthenticationConnection *auth, in ssh_decrypt_challenge() 413 ssh_agent_sign(AuthenticationConnection *auth, in ssh_agent_sign() [all …]
|
/titanic_50/usr/src/cmd/ssh/ssh-add/ |
H A D | ssh-add.c | 90 delete_file(AuthenticationConnection *ac, const char *filename) in delete_file() 117 delete_all(AuthenticationConnection *ac) in delete_all() 135 add_file(AuthenticationConnection *ac, const char *filename) in add_file() 198 list_identities(AuthenticationConnection *ac, int do_fp) in list_identities() 234 lock_agent(AuthenticationConnection *ac, int lock) in lock_agent() 269 do_file(AuthenticationConnection *ac, int deleting, char *file) in do_file() 302 AuthenticationConnection *ac = NULL; in main()
|
/titanic_50/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect1.c | 74 AuthenticationConnection *auth; in try_agent_authentication()
|
H A D | sshconnect2.c | 219 AuthenticationConnection *agent;
|