Searched refs:CKS_RO_USER_FUNCTIONS (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DToken.java184 boolean loggedIn = (info.state == CKS_RO_USER_FUNCTIONS) ||
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java327 } else if (state == CKS_RO_USER_FUNCTIONS) {
328 name = "CKS_RO_USER_FUNCTIONS";
H A DPKCS11Constants.java233 public static final long CKS_RO_USER_FUNCTIONS = 1L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h287 #define CKS_RO_USER_FUNCTIONS 1 macro

Completed in 50 milliseconds