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