Searched defs:cp_hash_a_bytes (Results 1 - 1 of 1) sorted by relevance

/system/tpm/trunks/
H A Dtpm_generated.cc20779 std::string cp_hash_a_bytes; local
20780 rc = Serialize_TPM2B_DIGEST(cp_hash_a, &cp_hash_a_bytes);
20819 hash->Update(cp_hash_a_bytes.data(), cp_hash_a_bytes.size());
20820 parameter_section_bytes += cp_hash_a_bytes;
20821 command_size += cp_hash_a_bytes.size();
21084 std::string cp_hash_a_bytes; local
21085 rc = Serialize_TPM2B_DIGEST(cp_hash_a, &cp_hash_a_bytes);
21119 hash->Update(cp_hash_a_bytes.data(), cp_hash_a_bytes
21373 std::string cp_hash_a_bytes; local
23182 std::string cp_hash_a_bytes; local
[all...]

Completed in 124 milliseconds