Re: [Tpm4java-users] tpm4java: count not init dll code: -2
Brought to you by:
tews
From: Erik T. <er...@de...> - 2006-12-05 17:31:22
|
Am Dienstag, den 05.12.2006, 11:07 +0100 schrieb Markus: > Erik: >=20 > here's the function list: >=20 > TDDL_Cancel 0x10002740 0x00002740 1 > (0x1) IFXTPM.dll C:\WINDOWS\system32\IFXTPM.dll > TDDL_Close 0x10002440 0x00002440 2 > (0x2) IFXTPM.dll C:\WINDOWS\system32\IFXTPM.dll > TDDL_GetCapability 0x100028e0 0x000028e0 3 > (0x3) IFXTPM.dll C:\WINDOWS\system32\IFXTPM.dll > TDDL_GetStatus 0x100025a0 0x000025a0 4 > (0x4) IFXTPM.dll C:\WINDOWS\system32\IFXTPM.dll > TDDL_Open 0x100022f0 0x000022f0 5 > (0x5) IFXTPM.dll C:\WINDOWS\system32\IFXTPM.dll > TDDL_SetCapability 0x10002d60 0x00002d60 6 > (0x6) IFXTPM.dll C:\WINDOWS\system32\IFXTPM.dll > TDDL_TransmitData 0x10003090 0x00003090 7 > (0x7) IFXTPM.dll C:\WINDOWS\system32\IFXTPM.dll >=20 > I guess the infineon driver is not 100% TSS 1.2 compliant. Could you > do a workaround that accepts both sets of function names? Sorry, I can't. My Windows system crashed some days ago, and now I cannot compile any windows code. But you can just use the latest release, rename the function names in javaddl.c and recompile it. Then you can use it with your tpm. I used visual studio .net 2005 for that, that worked fine. |