Searched defs:certify_info_bytes (Results 1 - 1 of 1) sorted by relevance
/system/tpm/trunks/ |
H A D | tpm_generated.cc | 16463 std::string certify_info_bytes; local 16464 rc = Parse_TPM2B_ATTEST(&buffer, certify_info, &certify_info_bytes); 16476 std::string tmp = certify_info_bytes.substr(2); 16480 certify_info_bytes.replace(2, std::string::npos, tmp); 16481 rc = Parse_TPM2B_ATTEST(&certify_info_bytes, certify_info, nullptr); 16752 std::string certify_info_bytes; local 16753 rc = Parse_TPM2B_ATTEST(&buffer, certify_info, &certify_info_bytes); 16765 std::string tmp = certify_info_bytes.substr(2); 16769 certify_info_bytes.replace(2, std::string::npos, tmp); 16770 rc = Parse_TPM2B_ATTEST(&certify_info_bytes, certify_inf 33120 std::string certify_info_bytes; local [all...] |
Completed in 142 milliseconds