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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java863 public static final long CKR_USER_ALREADY_LOGGED_IN = 0x00000100L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java1173 if (pe.getErrorCode() == CKR_USER_ALREADY_LOGGED_IN) {
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h1053 #define CKR_USER_ALREADY_LOGGED_IN 0x00000100 macro

Completed in 49 milliseconds