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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java864 public static final long CKR_USER_NOT_LOGGED_IN = 0x00000101L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java1251 if (pe.getErrorCode() == CKR_USER_NOT_LOGGED_IN) {
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h1054 #define CKR_USER_NOT_LOGGED_IN 0x00000101 macro

Completed in 50 milliseconds