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

/system/tpm/trunks/
H A Dtpm_generated.cc10808 std::string cert_info_bytes; local
10809 rc = Parse_TPM2B_DIGEST(&buffer, cert_info, &cert_info_bytes);
10816 std::string tmp = cert_info_bytes.substr(2);
10820 cert_info_bytes.replace(2, std::string::npos, tmp);
10821 rc = Parse_TPM2B_DIGEST(&cert_info_bytes, cert_info, nullptr);
[all...]

Completed in 108 milliseconds