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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DToken.java185 (info.state == CKS_RW_USER_FUNCTIONS);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java331 } else if (state == CKS_RW_USER_FUNCTIONS) {
332 name = "CKS_RW_USER_FUNCTIONS";
H A DPKCS11Constants.java235 public static final long CKS_RW_USER_FUNCTIONS = 3L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h289 #define CKS_RW_USER_FUNCTIONS 3 macro

Completed in 104 milliseconds