Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dauthfd.h86 int ssh_remove_identity(AuthenticationConnection *, Key *);
/titanic_50/usr/src/cmd/ssh/ssh-add/
H A Dssh-add.c101 if (ssh_remove_identity(ac, public)) { in delete_file()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dauthfd.c556 ssh_remove_identity(AuthenticationConnection *auth, Key *key) in ssh_remove_identity() function