Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDauthfd.h81 int ssh_remove_all_identities(AuthenticationConnection *, int);
HDssh-add.c154 if (ssh_remove_all_identities(ac, 1)) in delete_all()
157 ssh_remove_all_identities(ac, 2); in delete_all()
HDauthfd.c621 ssh_remove_all_identities(AuthenticationConnection *auth, int version) in ssh_remove_all_identities() function