Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dauthfd.h85 int ssh_add_identity_constrained(AuthenticationConnection *, Key *, const char *, u_int);
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dauthfd.c500 ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key, in ssh_add_identity_constrained() function
547 return ssh_add_identity_constrained(auth, key, comment, 0); in ssh_add_identity()
/titanic_50/usr/src/cmd/ssh/ssh-add/
H A Dssh-add.c175 if (ssh_add_identity_constrained(ac, private, comment, lifetime)) { in add_file()