Searched refs:ssh_add_identity (Results 1 – 3 of 3) sorted by relevance
84 int ssh_add_identity(AuthenticationConnection *, Key *, const char *);
182 } else if (ssh_add_identity(ac, private, comment)) { in add_file()
545 ssh_add_identity(AuthenticationConnection *auth, Key *key, const char *comment) in ssh_add_identity() function