Searched refs:TPMT_PUBLIC (Results 1 – 12 of 12) sorted by relevance
/system/tpm/trunks/ |
D | tpm_utility_impl.h | 112 TPMT_PUBLIC* public_data) override; 167 TPMT_PUBLIC CreateDefaultPublicArea(TPM_ALG_ID key_alg); 181 TPM_RC ComputeKeyName(const TPMT_PUBLIC& public_area, 193 const TPMT_PUBLIC& public_area,
|
D | tpm_utility_impl.cc | 429 TPMT_PUBLIC public_area; in AsymmetricEncrypt() 498 TPMT_PUBLIC public_area; in AsymmetricDecrypt() 568 TPMT_PUBLIC public_area; in Sign() 626 TPMT_PUBLIC public_area; in Verify() 758 TPMT_PUBLIC public_data; in ChangeKeyAuthorizationData() 792 TPMT_PUBLIC public_area = CreateDefaultPublicArea(TPM_ALG_RSA); in ImportRSAKey() 880 TPMT_PUBLIC public_area = CreateDefaultPublicArea(TPM_ALG_RSA); in CreateRSAKeyPair() 999 TPMT_PUBLIC public_data; in GetKeyName() 1014 TPMT_PUBLIC* public_data) { in GetKeyPublicArea() 1055 TPMT_PUBLIC public_area = CreateDefaultPublicArea(TPM_ALG_KEYEDHASH); in SealData() [all …]
|
D | mock_tpm_utility.h | 99 MOCK_METHOD2(GetKeyPublicArea, TPM_RC(TPM_HANDLE, TPMT_PUBLIC*));
|
D | tpm_utility.h | 226 TPMT_PUBLIC* public_data) = 0;
|
D | trunks_factory_for_test.cc | 280 TPMT_PUBLIC* public_data) override { in GetKeyPublicArea()
|
D | tpm_generated.h | 1513 struct TPMT_PUBLIC { struct 1524 TPMT_PUBLIC public_area; argument 3397 const TPMT_PUBLIC& value, 3402 TPMT_PUBLIC* value, 3415 const TPMT_PUBLIC& inner);
|
D | tpm_utility_test.cc | 57 TPM_RC ComputeKeyName(const TPMT_PUBLIC& public_area, in ComputeKeyName()
|
D | tpm_generated.cc | 8188 const TPMT_PUBLIC& value, in Serialize_TPMT_PUBLIC() 8233 TPMT_PUBLIC* value, in Parse_TPMT_PUBLIC() 8336 const TPMT_PUBLIC& inner) { in Make_TPM2B_PUBLIC() 8338 tpm2b.size = sizeof(TPMT_PUBLIC); in Make_TPM2B_PUBLIC()
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 670 TPMT_PUBLIC .......................................................................................… 1046 Table 184 — Definition of TPMT_PUBLIC Structure ...................................................… 10641 For an object, a TPMT_PUBLIC defines the entity. For an NV Index, a TPMS_NV_PUBLIC defines the 14836 12.2.4 TPMT_PUBLIC 14839 Table 184 — Definition of TPMT_PUBLIC Structure 14859 The "+" indicates that the instance of a TPMT_PUBLIC may have 14904 This sized buffer is used to embed a TPMT_PUBLIC in a command. 14921 +TPMT_PUBLIC 14924 TPMT_PUBLIC and check that the unmarshaled size 14926 a TPMT_PUBLIC are not present, the TPM will return [all …]
|
D | raw_structures_fixed.txt | 670 TPMT_PUBLIC .......................................................................................… 1046 Table 184 — Definition of TPMT_PUBLIC Structure ...................................................… 10669 For an object, a TPMT_PUBLIC defines the entity. For an NV Index, a TPMS_NV_PUBLIC defines the 14826 12.2.4 TPMT_PUBLIC 14829 Table 184 — Definition of TPMT_PUBLIC Structure 14849 The "+" indicates that the instance of a TPMT_PUBLIC may have 14896 This sized buffer is used to embed a TPMT_PUBLIC in a command. 14913 +TPMT_PUBLIC 14916 TPMT_PUBLIC and check that the unmarshaled size 14918 a TPMT_PUBLIC are not present, the TPM will return [all …]
|
D | raw_commands.txt | 1679 The type parameter of a TPMT_PUBLIC or TPMT_SENSITIVE has a value that is 4203 The TPM will create new data for the sensitive area and compute a TPMT_PUBLIC.unique from the 4215 4) The TPMT_PUBLIC.unique.sym.buffer value for the new object is then generated, as shown in 4280 5) The TPMT_PUBLIC.unique.sym.buffer value for the new object is then generated, as shown in 4721 inPublic.public (that is, the digest of the TPMT_PUBLIC structure in inPublic). 5158 inPublic.public (that is, the TPMT_PUBLIC structure in inPublic). 10857 TPMT_PUBLIC 11551 TPMT_PUBLIC
|
D | raw_commands_fixed.txt | 1679 The type parameter of a TPMT_PUBLIC or TPMT_SENSITIVE has a value that is 4205 The TPM will create new data for the sensitive area and compute a TPMT_PUBLIC.unique from the 4217 4) The TPMT_PUBLIC.unique.sym.buffer value for the new object is then generated, as shown in 4282 5) The TPMT_PUBLIC.unique.sym.buffer value for the new object is then generated, as shown in 4723 inPublic.public (that is, the digest of the TPMT_PUBLIC structure in inPublic). 5160 inPublic.public (that is, the TPMT_PUBLIC structure in inPublic). 10868 TPMT_PUBLIC 11562 TPMT_PUBLIC
|