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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java833 public static final long CKR_PIN_INCORRECT = 0x000000A0L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java1179 } else if (pe.getErrorCode() == CKR_PIN_INCORRECT) {
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h1023 #define CKR_PIN_INCORRECT 0x000000A0 macro

Completed in 50 milliseconds