Lines Matching defs:auth
115 ssh_request_reply(AuthenticationConnection *auth, Buffer *request, Buffer *reply) in ssh_request_reply()
195 AuthenticationConnection *auth; in ssh_get_authentication_connection() local
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()
500 ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key, in ssh_add_identity_constrained()
545 ssh_add_identity(AuthenticationConnection *auth, Key *key, const char *comment) in ssh_add_identity()
556 ssh_remove_identity(AuthenticationConnection *auth, Key *key) in ssh_remove_identity()
595 ssh_remove_all_identities(AuthenticationConnection *auth, int version) in ssh_remove_all_identities()