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

/system/tpm/trunks/
H A Dtpm_generated.cc14368 std::string out_hash_bytes; local
14369 rc = Parse_TPM2B_DIGEST(&buffer, out_hash, &out_hash_bytes);
14381 std::string tmp = out_hash_bytes.substr(2);
14385 out_hash_bytes.replace(2, std::string::npos, tmp);
14386 rc = Parse_TPM2B_DIGEST(&out_hash_bytes, out_hash, nullptr);
[all...]

Completed in 110 milliseconds