Searched refs:ssh_remove_identity (Results 1 – 3 of 3) sorted by relevance
35 int ssh_remove_identity(int sock, struct sshkey *key);
117 if ((r = ssh_remove_identity(agent_fd, public)) == 0) { in delete_file()142 if ((r = ssh_remove_identity(agent_fd, cert)) == 0) { in delete_file()
603 ssh_remove_identity(int sock, struct sshkey *key) in ssh_remove_identity() function