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

/system/tpm/trunks/
H A Dtpm_generated.cc14230 std::string hash_alg_bytes; local
14231 rc = Serialize_TPMI_ALG_HASH(hash_alg, &hash_alg_bytes);
14254 hash->Update(hash_alg_bytes.data(), hash_alg_bytes.size());
14255 parameter_section_bytes += hash_alg_bytes;
14256 command_size += hash_alg_bytes.size();
14487 std::string hash_alg_bytes; local
14488 rc = Serialize_TPMI_ALG_HASH(hash_alg, &hash_alg_bytes);
14509 hash->Update(hash_alg_bytes.data(), hash_alg_bytes
15144 std::string hash_alg_bytes; local
15371 std::string hash_alg_bytes; local
25467 std::string hash_alg_bytes; local
[all...]

Completed in 156 milliseconds