What happens when I unseal a sealed piece of data in TPM? Does the sealed data still exist?
For example, I have a handle to sealed data hSealedData
, and I do TPM_Unseal(hSealedData,...)
twice in a row. Will both calls return the same unsealed data?
I couldn't find documentation about this.