OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssh_get_next_identity
(Results
1 - 5
of
5
) sorted by null
/external/openssh/
authfd.h
77
Key *
ssh_get_next_identity
(AuthenticationConnection *, char **, int);
authfd.c
309
return
ssh_get_next_identity
(auth, comment, version);
314
ssh_get_next_identity
(AuthenticationConnection *auth, char **comment, int version)
function
ssh-add.c
297
key =
ssh_get_next_identity
(ac, &comment, version)) {
sshconnect1.c
83
key =
ssh_get_next_identity
(auth, &comment, 1)) {
sshconnect2.c
[
all
...]
Completed in 73 milliseconds