Home
last modified time | relevance | path

Searched refs:TPM_NUM_TIS_TIMEOUTS (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_structures.h2165 #define TPM_NUM_TIS_TIMEOUTS 4 macro
2198 UINT32 tis_timeouts[TPM_NUM_TIS_TIMEOUTS];
2235 size += TPM_NUM_TIS_TIMEOUTS * 4; in sizeof_TPM_PERMANENT_DATA()
H A Dtpm_capability.c150 tpmData.permanent.data.tis_timeouts, TPM_NUM_TIS_TIMEOUTS); in cap_property()
H A Dtpm_marshalling.c1624 if (tpm_marshal_UINT32_ARRAY(ptr, length, v->tis_timeouts, TPM_NUM_TIS_TIMEOUTS) in tpm_marshal_TPM_PERMANENT_DATA()
1687 if (tpm_unmarshal_UINT32_ARRAY(ptr, length, v->tis_timeouts, TPM_NUM_TIS_TIMEOUTS) in tpm_unmarshal_TPM_PERMANENT_DATA()