Searched refs:wrapSizeLimit (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DGSSLibStub.java88 native int wrapSizeLimit(long pContext, int flags, int qop, int outSize); method in class:GSSLibStub
H A DNativeGSSContext.java363 return cStub.wrapSizeLimit(pContext, (confReq? 1:0), qop,
/openjdk7/jdk/src/solaris/native/sun/security/jgss/wrapper/
H A DNativeFunc.c187 ftab->wrapSizeLimit = (WRAP_SIZE_LIMIT_FN_PTR)
189 if (ftab->wrapSizeLimit == NULL) {
H A DNativeFunc.h249 WRAP_SIZE_LIMIT_FN_PTR wrapSizeLimit; member in struct:GSS_FUNCTION_TABLE
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c1198 * Method: wrapSizeLimit
1225 major = (*ftab->wrapSizeLimit)(&minor, contextHdl, reqFlag,

Completed in 38 milliseconds