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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_objmgmt.c173 * @return jlong jObjectSize CK_ULONG_PTR pulSize
181 jlong jObjectSize = 0L; local
193 jObjectSize = ckULongToJLong(ckObjectSize);
195 return jObjectSize ;

Completed in 30 milliseconds