Lines Matching defs:certify_info_bytes
16463 std::string certify_info_bytes;
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;
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_info, nullptr);
33120 std::string certify_info_bytes;
33121 rc = Parse_TPM2B_ATTEST(&buffer, certify_info, &certify_info_bytes);
33133 std::string tmp = certify_info_bytes.substr(2);
33137 certify_info_bytes.replace(2, std::string::npos, tmp);
33138 rc = Parse_TPM2B_ATTEST(&certify_info_bytes, certify_info, nullptr);