HomeSort by relevance Sort by last modified time
    Searched refs:ssh_remove_all_identities (Results 1 - 3 of 3) sorted by null

  /external/openssh/
authfd.h 38 int ssh_remove_all_identities(int sock, int version);
ssh-add.c 167 if (ssh_remove_all_identities(agent_fd, 2) == 0)
170 ssh_remove_all_identities(agent_fd, 1);
authfd.c 701 ssh_remove_all_identities(int sock, int version) function

Completed in 594 milliseconds