Home
last modified time | relevance | path

Searched refs:ssh_remove_all_identities (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dauthfd.h87 int ssh_remove_all_identities(AuthenticationConnection *, int);
/titanic_50/usr/src/cmd/ssh/ssh-add/
H A Dssh-add.c121 if (ssh_remove_all_identities(ac, 1)) in delete_all()
124 ssh_remove_all_identities(ac, 2); in delete_all()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dauthfd.c595 ssh_remove_all_identities(AuthenticationConnection *auth, int version) in ssh_remove_all_identities() function