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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java230 CKF_REMOVABLE_DEVICE,
234 "CKF_REMOVABLE_DEVICE",
H A DPKCS11Constants.java129 public static final long CKF_REMOVABLE_DEVICE = 0x00000002L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java364 removable = (slotInfo.flags & CKF_REMOVABLE_DEVICE) != 0;
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h135 #define CKF_REMOVABLE_DEVICE 0x00000002 /* removable devices*/ macro

Completed in 53 milliseconds