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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_sessmgmt.c282 * @return jbyteArray jState CK_BYTE_PTR pOperationState
291 jbyteArray jState = NULL; local
310 jState = ckByteArrayToJByteArray(env, ckpState, ckStateLength);
314 return jState ;
H A Dp11_convert.c171 jlong jState; local
185 jState = ckULongToJLong(ckpSessionInfo->state);
191 (*env)->NewObject(env, jSessionInfoClass, jCtrId, jSlotID, jState,

Completed in 35 milliseconds