Searched refs:ulValueLen (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_objmgmt.c257 ckBufferLength = sizeof(CK_BYTE) * ckpAttributes[i].ulValueLen;
264 ckpAttributes[i].ulValueLen = ckBufferLength;
H A Dp11_convert.c452 jObjectToPrimitiveCKObjectPtrPtr(env, jPValue, &(ckAttribute.pValue), &(ckAttribute.ulValueLen));
813 jValueLength = ckULongToJInt(ckpAttribute->ulValueLen);
H A Dpkcs11t.h559 /* ulValueLen went from CK_USHORT to CK_ULONG for v2.0 */
560 CK_ULONG ulValueLen; /* in bytes */ member in struct:CK_ATTRIBUTE

Completed in 45 milliseconds