Home
last modified time | relevance | path

Searched refs:out_z1_bytes (Results 1 – 1 of 1) sorted by relevance

/system/tpm/trunks/
Dtpm_generated.cc13838 std::string out_z1_bytes; in ParseResponse_ZGen_2Phase() local
13839 rc = Parse_TPM2B_ECC_POINT(&buffer, out_z1, &out_z1_bytes); in ParseResponse_ZGen_2Phase()
13851 std::string tmp = out_z1_bytes.substr(2); in ParseResponse_ZGen_2Phase()
13855 out_z1_bytes.replace(2, std::string::npos, tmp); in ParseResponse_ZGen_2Phase()
13856 rc = Parse_TPM2B_ECC_POINT(&out_z1_bytes, out_z1, nullptr); in ParseResponse_ZGen_2Phase()