Searched defs:ctxtToken (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c704 gss_buffer_desc ctxtToken; local
711 initGSSBuffer(env, jctxtToken, &ctxtToken);
715 major = (*ftab->importSecContext)(&minor, &ctxtToken, &contextHdl);
722 resetGSSBuffer(env, jctxtToken, &ctxtToken);

Completed in 35 milliseconds