OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:storecreds
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
ssh-gss.h
85
void (*
storecreds
) (ssh_gssapi_client *);
member in struct:ssh_gssapi_mech_struct
gss-serv.c
307
if (gssapi_client.mech && gssapi_client.mech->
storecreds
) {
308
(*gssapi_client.mech->
storecreds
)(&gssapi_client);
Completed in 2316 milliseconds