Searched refs:ssh_remove_identity (Results 1 – 4 of 4) sorted by relevance
34 int ssh_remove_identity(int sock, struct sshkey *key);
120 if ((r = ssh_remove_identity(agent_fd, public)) == 0) { in delete_file()148 if ((r = ssh_remove_identity(agent_fd, cert)) == 0) { in delete_file()
478 ssh_remove_identity(int sock, struct sshkey *key) in ssh_remove_identity() function
631 #define ssh_remove_identity Fssh_ssh_remove_identity macro