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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java908 /* CKF_DONT_BLOCK is for the function C_WaitForSlotEvent */
909 public static final long CKF_DONT_BLOCK = 1L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h1162 /* CKF_DONT_BLOCK is for the function C_WaitForSlotEvent */
1163 #define CKF_DONT_BLOCK 1 macro

Completed in 45 milliseconds