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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java1098 if ((token.tokenInfo.flags & CKF_LOGIN_REQUIRED) == 0) {
1222 if ((token.tokenInfo.flags & CKF_LOGIN_REQUIRED) == 0) {
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java251 CKF_LOGIN_REQUIRED,
270 "CKF_LOGIN_REQUIRED",
H A DPKCS11Constants.java142 public static final long CKF_LOGIN_REQUIRED = 0x00000004L; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h180 #define CKF_LOGIN_REQUIRED 0x00000004 /* user must macro

Completed in 51 milliseconds