Searched refs:creation_hash_bytes (Results 1 - 1 of 1) sorted by relevance

/system/tpm/trunks/
H A Dtpm_generated.cc9787 std::string creation_hash_bytes; local
9788 rc = Parse_TPM2B_DIGEST(&buffer, creation_hash, &creation_hash_bytes);
16599 std::string creation_hash_bytes; local
16600 rc = Serialize_TPM2B_DIGEST(creation_hash, &creation_hash_bytes);
16634 hash->Update(creation_hash_bytes.data(), creation_hash_bytes.size());
16635 parameter_section_bytes += creation_hash_bytes;
16636 command_size += creation_hash_bytes.size();
25100 std::string creation_hash_bytes; local
25101 rc = Parse_TPM2B_DIGEST(&buffer, creation_hash, &creation_hash_bytes);
[all...]

Completed in 85 milliseconds