Searched refs:TPMT_PUBLIC (Results 1 – 12 of 12) sorted by relevance
/system/tpm/trunks/ |
D | tpm_utility_impl.h | 111 TPM_RC GetKeyPublicArea(TPM_HANDLE handle, TPMT_PUBLIC* public_data) override; 183 TPMT_PUBLIC CreateDefaultPublicArea(TPM_ALG_ID key_alg); 197 TPM_RC ComputeKeyName(const TPMT_PUBLIC& public_area, 209 const TPMT_PUBLIC& public_area,
|
D | tpm_utility_impl.cc | 427 TPMT_PUBLIC public_area; in AsymmetricEncrypt() 494 TPMT_PUBLIC public_area; in AsymmetricDecrypt() 562 TPMT_PUBLIC public_area; in Sign() 617 TPMT_PUBLIC public_area; in Verify() 735 TPMT_PUBLIC public_data; in ChangeKeyAuthorizationData() 770 TPMT_PUBLIC public_area = CreateDefaultPublicArea(TPM_ALG_RSA); in ImportRSAKey() 854 TPMT_PUBLIC public_area = CreateDefaultPublicArea(TPM_ALG_RSA); in CreateRSAKeyPair() 965 TPMT_PUBLIC public_data; in GetKeyName() 982 TPMT_PUBLIC* public_data) { in GetKeyPublicArea() 1021 TPMT_PUBLIC public_area = CreateDefaultPublicArea(TPM_ALG_KEYEDHASH); in SealData() [all …]
|
D | mock_tpm_utility.h | 104 MOCK_METHOD2(GetKeyPublicArea, TPM_RC(TPM_HANDLE, TPMT_PUBLIC*));
|
D | tpm_utility.h | 223 TPMT_PUBLIC* public_data) = 0;
|
D | trunks_factory_for_test.cc | 252 TPMT_PUBLIC* public_data) override { in GetKeyPublicArea()
|
D | tpm_generated.h | 1545 struct TPMT_PUBLIC { struct 1556 TPMT_PUBLIC public_area; argument 3076 TRUNKS_EXPORT TPM_RC Serialize_TPMT_PUBLIC(const TPMT_PUBLIC& value, 3080 TPMT_PUBLIC* value, 3090 TRUNKS_EXPORT TPM2B_PUBLIC Make_TPM2B_PUBLIC(const TPMT_PUBLIC& inner);
|
D | tpm_utility_test.cc | 57 TPM_RC ComputeKeyName(const TPMT_PUBLIC& public_area, in ComputeKeyName()
|
D | tpm_generated.cc | 7099 TPM_RC Serialize_TPMT_PUBLIC(const TPMT_PUBLIC& value, std::string* buffer) { in Serialize_TPMT_PUBLIC() 7136 TPMT_PUBLIC* value, in Parse_TPMT_PUBLIC() 7211 TPM2B_PUBLIC Make_TPM2B_PUBLIC(const TPMT_PUBLIC& inner) { in Make_TPM2B_PUBLIC() 7213 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_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
|
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
|