Searched refs:fuData (Results 1 – 11 of 11) sorted by relevance
/external/tpm2/ |
D | FirmwareRead_fp.h | 14 typedef struct { TPM2B_MAX_BUFFER fuData; } FirmwareRead_Out; member
|
D | FieldUpgradeData_fp.h | 12 typedef struct { TPM2B_MAX_BUFFER fuData; } FieldUpgradeData_In; member
|
D | Marshal_FirmwareRead.c | 27 total_size += TPM2B_MAX_BUFFER_Marshal(&source->fuData, buffer, size); in FirmwareRead_Out_Marshal()
|
D | Marshal_FieldUpgradeData.c | 44 result = TPM2B_MAX_BUFFER_Unmarshal(&target->fuData, buffer, size); in FieldUpgradeData_In_Unmarshal()
|
D | part3.txt | 15712 fuData is vendor-specific. This command is only possible following a successful 15715 The TPM will validate that the digest of fuData matches an expected value. If so, the TPM may buffe… 15716 immediately apply the update. If the digest of fuData does not match an expected value, the TPM sha… 15739 TPM2B_MAX_BUFFER fuData field upgrade image data 15799 returned all the firmware data, the TPM will return the Empty Buffer as fuData. 15800 The contents of fuData are opaque to the caller. 15839 TPM2B_MAX_BUFFER fuData field upgrade image data
|
D | part4.txt | 18525 143 // for digesting the fuData of TPM2_FirmwareRead()
|
/external/tpm2/generator/ |
D | commands.txt | 2322 _NAME fuData 2358 _NAME fuData
|
D | raw_commands.txt | 28328 fuData is vendor-specific. This command is only possible following a successful 28340 The TPM will validate that the digest of fuData matches an expected value. If so, the TPM may buffe… 28341 immediately apply the update. If the digest of fuData does not match an expected value, the TPM sha… 28381 fuData 28497 returned all the firmware data, the TPM will return the Empty Buffer as fuData. 28498 The contents of fuData are opaque to the caller. 28575 fuData
|
D | raw_commands_fixed.txt | 28339 fuData is vendor-specific. This command is only possible following a successful 28351 The TPM will validate that the digest of fuData matches an expected value. If so, the TPM may buffe… 28352 immediately apply the update. If the digest of fuData does not match an expected value, the TPM sha… 28392 fuData 28508 returned all the firmware data, the TPM will return the Empty Buffer as fuData. 28509 The contents of fuData are opaque to the caller. 28586 fuData
|
D | raw_structures.txt | 6510 fuData
|
D | raw_structures_fixed.txt | 6512 fuData
|