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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSessionManager.java100 openSessionFlags = CKF_SERIAL_SESSION | CKF_RW_SESSION;
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java299 CKF_RW_SESSION,
302 "CKF_RW_SESSION",
H A DPKCS11Constants.java243 public static final long CKF_RW_SESSION = 0x00000002L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h307 #define CKF_RW_SESSION 0x00000002 /* session is r/w */ macro

Completed in 49 milliseconds