Searched defs:ulRwSessionCount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_TOKEN_INFO.java65 * CK_ULONG ulRwSessionCount;  
131 * ulRwSessionCount, ulMaxPinLen, and ulMinPinLen have all been
160 * CK_ULONG ulRwSessionCount;
163 public long ulRwSessionCount; /* R/W sess. now open */ field in class:CK_TOKEN_INFO
256 this.ulRwSessionCount = rwSession;
327 buffer.append("ulRwSessionCount: ");
328 buffer.append((ulRwSessionCount == PKCS11Constants.CK_UNAVAILABLE_INFORMATION)
330 : String.valueOf(ulRwSessionCount));
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h152 * ulRwSessionCount, ulMaxPinLen, and ulMinPinLen have all been
157 CK_ULONG ulRwSessionCount; /* R/W sess. now open */ member in struct:CK_TOKEN_INFO

Completed in 40 milliseconds