Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dauthfd.h67 } AuthenticationConnection; typedef
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 *, int, const char *);
[all …]
Dauthfd.c126 ssh_request_reply(AuthenticationConnection *auth, Buffer *request, Buffer *reply) in ssh_request_reply()
193 AuthenticationConnection *
196 AuthenticationConnection *auth; in ssh_get_authentication_connection()
222 ssh_close_authentication_connection(AuthenticationConnection *auth) in ssh_close_authentication_connection()
231 ssh_lock_agent(AuthenticationConnection *auth, int lock, const char *password) in ssh_lock_agent()
254 ssh_get_num_identities(AuthenticationConnection *auth, int version) in ssh_get_num_identities()
304 ssh_get_first_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_first_identity()
313 ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_next_identity()
364 ssh_decrypt_challenge(AuthenticationConnection *auth, in ssh_decrypt_challenge()
415 ssh_agent_sign(AuthenticationConnection *auth, in ssh_agent_sign()
[all …]
Dssh-add.c93 delete_file(AuthenticationConnection *ac, const char *filename) in delete_file()
118 delete_all(AuthenticationConnection *ac) in delete_all()
136 add_file(AuthenticationConnection *ac, const char *filename) in add_file()
206 update_card(AuthenticationConnection *ac, int add, const char *id) in update_card()
229 list_identities(AuthenticationConnection *ac, int do_fp) in list_identities()
264 lock_agent(AuthenticationConnection *ac, int lock) in lock_agent()
292 do_file(AuthenticationConnection *ac, int deleting, char *file) in do_file()
326 AuthenticationConnection *ac = NULL; in main()
Dsshconnect2.c172 AuthenticationConnection *ac; /* set if agent supports key */
190 AuthenticationConnection *agent;
805 AuthenticationConnection *ac; in pubkey_prepare()
Dsshconnect1.c66 AuthenticationConnection *auth; in try_agent_authentication()