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

/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11wrapper.h169 #define ckBBoolToJBoolean(x) ((x == TRUE) ? JNI_TRUE : JNI_FALSE); macro
H A Dp11_util.c763 jValue = ckBBoolToJBoolean(*ckpValue);

Completed in 27 milliseconds