Searched refs:ulMaxObjectCount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java654 * @param ulMaxObjectCount the max. object handles to get
655 * (PKCS#11 param: CK_ULONG ulMaxObjectCount)
662 public native long[] C_FindObjects(long hSession, long ulMaxObjectCount) throws PKCS11Exception; argument
1559 public synchronized long[] C_FindObjects(long hSession, long ulMaxObjectCount) throws PKCS11Exception { argument
1560 return super.C_FindObjects(hSession, ulMaxObjectCount);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11f.h353 CK_ULONG ulMaxObjectCount, /* max handles to get */

Completed in 27 milliseconds