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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java254 CKF_CLOCK_ON_TOKEN,
273 "CKF_CLOCK_ON_TOKEN",
H A DPKCS11Constants.java153 /* CKF_CLOCK_ON_TOKEN is new for v2.0. If it is set, that means
156 public static final long CKF_CLOCK_ON_TOKEN = 0x00000040L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h191 /* CKF_CLOCK_ON_TOKEN is new for v2.0. If it is set, that means
194 #define CKF_CLOCK_ON_TOKEN 0x00000040 macro

Completed in 36 milliseconds