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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java191 /* CKF_USER_PIN_LOCKED if new for v2.10. If it is true, the
194 public static final long CKF_USER_PIN_LOCKED = 0x00040000L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h230 /* CKF_USER_PIN_LOCKED if new for v2.10. If it is true, the
233 #define CKF_USER_PIN_LOCKED 0x00040000 macro

Completed in 61 milliseconds