Tspi_TPM_DirWrite (3) Linux Manual Page
TCG Software Stack Developer’s Reference Name Tspi_TPM_DirWrite – write to a Data Integrity Register Synopsis #include <tss/platform.h> #include <tss/tcpa_defines.h> #include <tss/tcpa_typedef.h> #include <tss/tcpa_struct.h> #include <tss/tss_typedef.h> #include <tss/tss_structs.h> #include <tss/tspi.h> TSS_RESULT Tspi_TPM_DirWrite(TSS_HTPM hTPM, UINT32 ulDirIndex, UINT32 ulDirDataLength, BYTE* rgbDirData); Description Tspi_TPM_DirWrite writes a data integrity register. You need to know the DIR index and data you…
