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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java837 /* CKR_PIN_EXPIRED and CKR_PIN_LOCKED are new for v2.0 */
839 public static final long CKR_PIN_LOCKED = 0x000000A4L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h1027 /* CKR_PIN_EXPIRED and CKR_PIN_LOCKED are new for v2.0 */
1029 #define CKR_PIN_LOCKED 0x000000A4 macro

Completed in 60 milliseconds