Searched refs:CKR_PIN_EXPIRED (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 */
838 public static final long CKR_PIN_EXPIRED = 0x000000A3L; 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 */
1028 #define CKR_PIN_EXPIRED 0x000000A3 macro

Completed in 45 milliseconds