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 77 TPM2B_DIGEST* creation_hash,
81 out_private, out_public, creation_data, creation_hash,
90 const TPM2B_DIGEST& creation_hash,
97 sign_handle, object_handle, qualifying_data, creation_hash, in_scheme,
203 TPM2B_DIGEST* creation_hash,
209 creation_hash, creation_ticket, name,
tpm_generated_test.cc 241 TPM2B_DIGEST creation_hash; local
248 create_pcr, &key_handle, &out_public, &creation_data, &creation_hash,
254 EXPECT_EQ(creation_hash.size, 1);
255 EXPECT_EQ(creation_hash.buffer[0], 'b');
trunks_factory_for_test.cc 516 const TPM2B_DIGEST& creation_hash,
519 return target_->SerializeCreationBlob(creation_data, creation_hash,
525 TPM2B_DIGEST* creation_hash,
528 creation_hash, creation_ticket);
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_utility_impl.cc 670 TPM2B_DIGEST creation_hash; local
673 creation_blob, &creation_data, &creation_hash, &creation_ticket)) {
686 TPM_RH_NULL, "", key_handle, "", qualifying_data, creation_hash,
901 TPM2B_DIGEST creation_hash; local
1037 TPM2B_DIGEST creation_hash; local
1645 TPM2B_DIGEST creation_hash; local
    [all...]
tpm_generated.h 1211 TPM2B_DIGEST creation_hash; member in struct:trunks::TPMS_CREATION_INFO
    [all...]
tpm_generated.cc 9829 TPM2B_DIGEST creation_hash; local
25148 TPM2B_DIGEST creation_hash; local
    [all...]

Completed in 367 milliseconds