Searched refs:tpmProperties (Results 1 – 2 of 2) sorted by relevance
157 CopyMem (Family, &TpmCap.data.tpmProperties.tpmProperty->value, 4); in Tpm2GetCapabilityFamily()192 *ManufactureId = TpmCap.data.tpmProperties.tpmProperty->value; in Tpm2GetCapabilityManufactureID()229 *FirmwareVersion1 = SwapBytes32 (TpmCap.data.tpmProperties.tpmProperty->value); in Tpm2GetCapabilityFirmwareVersion()241 *FirmwareVersion2 = SwapBytes32 (TpmCap.data.tpmProperties.tpmProperty->value); in Tpm2GetCapabilityFirmwareVersion()279 *MaxCommandSize = SwapBytes32 (TpmCap.data.tpmProperties.tpmProperty->value); in Tpm2GetCapabilityMaxCommandResponseSize()292 *MaxResponseSize = SwapBytes32 (TpmCap.data.tpmProperties.tpmProperty->value); in Tpm2GetCapabilityMaxCommandResponseSize()370 *LockoutCounter = SwapBytes32 (TpmCap.data.tpmProperties.tpmProperty->value); in Tpm2GetCapabilityLockoutCounter()405 *LockoutInterval = SwapBytes32 (TpmCap.data.tpmProperties.tpmProperty->value); in Tpm2GetCapabilityLockoutInterval()441 *InputBufferSize = SwapBytes32 (TpmCap.data.tpmProperties.tpmProperty->value); in Tpm2GetCapabilityInputBufferSize()610 *AlgorithmSet = SwapBytes32 (TpmCap.data.tpmProperties.tpmProperty->value); in Tpm2GetCapabilityAlgorithmSet()
1128 TPML_TAGGED_TPM_PROPERTY tpmProperties; member