HomeSort by relevance Sort by last modified time
    Searched refs:creation_hash (Results 1 - 9 of 9) sorted by null

  /system/tpm/trunks/
blob_parser.h 46 // key's |creation_data|, |creation_hash| and |creation_ticket| structs.
49 const TPM2B_DIGEST& creation_hash,
57 TPM2B_DIGEST* creation_hash,
blob_parser.cc 72 const TPM2B_DIGEST& creation_hash,
82 result = Serialize_TPM2B_DIGEST(creation_hash, creation_blob);
84 LOG(ERROR) << "Error serializing creation_hash: " << GetErrorString(result);
98 TPM2B_DIGEST* creation_hash,
101 CHECK(creation_hash) << "CreationHash not defined.";
113 result = Parse_TPM2B_DIGEST(&mutable_creation_blob, creation_hash, nullptr);
115 LOG(ERROR) << "Error parsing creation_hash: " << GetErrorString(result);
mock_tpm.cc 81 TPM2B_DIGEST* creation_hash,
86 creation_hash, creation_ticket,
95 const TPM2B_DIGEST& creation_hash,
102 qualifying_data, creation_hash, in_scheme,
212 TPM2B_DIGEST* creation_hash,
218 creation_hash, creation_ticket, name,
tpm_generated_test.cc 227 TPM2B_DIGEST creation_hash; local
241 &creation_hash,
249 EXPECT_EQ(creation_hash.size, 1);
250 EXPECT_EQ(creation_hash.buffer[0], 'b');
trunks_factory_for_test.cc 519 const TPM2B_DIGEST& creation_hash,
522 return target_->SerializeCreationBlob(creation_data, creation_hash,
528 TPM2B_DIGEST* creation_hash,
531 creation_hash, creation_ticket);
tpm_utility_impl.cc 681 TPM2B_DIGEST creation_hash; local
685 &creation_hash,
703 creation_hash,
926 TPM2B_DIGEST creation_hash; local
1071 TPM2B_DIGEST creation_hash; local
1649 TPM2B_DIGEST creation_hash; local
    [all...]
mock_tpm.h 145 TPM2B_DIGEST* creation_hash,
156 TPM2B_DIGEST* creation_hash,
553 const TPM2B_DIGEST& creation_hash,
565 const TPM2B_DIGEST& creation_hash,
575 const TPM2B_DIGEST& creation_hash,
    [all...]
tpm_generated.h 1178 TPM2B_DIGEST creation_hash; member in struct:trunks::TPMS_CREATION_INFO
    [all...]
tpm_generated.cc 11584 TPM2B_DIGEST creation_hash; local
30932 TPM2B_DIGEST creation_hash; local
    [all...]

Completed in 68 milliseconds