From: Michael S. <ms...@nt...> - 2012-05-14 18:35:40
|
Hi -- For some reason, TcTpmConstants.TPM_NV_INDEX_TRIAL has the "D" bit set. This is probably a bug. I used the constant in TcINvRam.defineSpace (in TcTpmNvData) to see if I had space to create a 100 octet space. What I ended up with was a permanent 100 octet space that I can't get rid of. When I use the correct value - 0xF004 - as the index, I get the anticipated behavior. A "success" results in a return with no creation. I'd review all of the TPM_NV_INDEX_* values and make sure you're using the correct values. Mike |