Lines Matching refs:AuthenticationConnection
126 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()
502 ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key, in ssh_add_identity_constrained()
553 ssh_remove_identity(AuthenticationConnection *auth, Key *key) in ssh_remove_identity()
586 ssh_update_card(AuthenticationConnection *auth, int add, in ssh_update_card()
628 ssh_remove_all_identities(AuthenticationConnection *auth, int version) in ssh_remove_all_identities()