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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c733 * jobject ck<Type>PtrToJ<Object>(JNIEnv *env, const CK_<Type>_PTR ckpValue);
749 * @param ckpValue - the pointer to the CK_BBOOL value
752 jobject ckBBoolPtrToJBooleanObject(JNIEnv *env, const CK_BBOOL *ckpValue) argument
763 jValue = ckBBoolToJBoolean(*ckpValue);
773 * @param ckpValue - the pointer to the CK_ULONG value
776 jobject ckULongPtrToJLongObject(JNIEnv *env, const CK_ULONG_PTR ckpValue) argument
787 jValue = ckULongToJLong(*ckpValue);
806 CK_BBOOL *ckpValue; local
813 ckpValue = (CK_BBOOL *) malloc(sizeof(CK_BBOOL));
814 if (ckpValue
836 CK_BYTE_PTR ckpValue; local
865 CK_ULONG *ckpValue; local
894 CK_ULONG *ckpValue; local
924 CK_CHAR_PTR ckpValue; local
[all...]

Completed in 33 milliseconds