Searched defs:vec1 (Results 1 – 2 of 2) sorted by relevance
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/ |
| D | verify_code_signature_test.cpp | 74 std::vector<int8_t> vec1{ 21, 53, 29, 18, -17, 56, 92, 60, 29, 10, 28, 18, 19, 52, 59, 92 }; variable 91 std::vector<int8_t> vec1{ 21, 53, 29, 19, -17, 56, 92, 60, 29, 10, 28, 18, 19 }; variable
|
| /developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/ |
| D | verify_code_signature.cpp | 329 bool VerifyCodeSignature::AreVectorsEqual(const std::vector<int8_t>& vec1, const std::vector<int8_t… in AreVectorsEqual()
|