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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_objmgmt.c217 CK_ULONG ckBufferLength; local
257 ckBufferLength = sizeof(CK_BYTE) * ckpAttributes[i].ulValueLen;
258 ckpAttributes[i].pValue = (void *) malloc(ckBufferLength);
264 ckpAttributes[i].ulValueLen = ckBufferLength;

Completed in 31 milliseconds