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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11wrapper.h314 jobject ckULongPtrToJLongObject(JNIEnv *env, const CK_ULONG_PTR ckpValue);
H A Dp11_convert.c835 jValueObject = ckULongPtrToJLongObject(env, (CK_ULONG*) ckpAttribute->pValue);
908 jValueObject = ckULongPtrToJLongObject(env, (CK_ULONG*) ckpAttribute->pValue);
923 jValueObject = ckULongPtrToJLongObject(env, (CK_ULONG*) ckpAttribute->pValue);
H A Dp11_util.c776 jobject ckULongPtrToJLongObject(JNIEnv *env, const CK_ULONG_PTR ckpValue) function

Completed in 40 milliseconds