Home
last modified time | relevance | path

Searched defs:signHead (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
Dsign_head_test.cpp52 std::vector<int8_t> signHead = api->GetSignHead(5254); variable
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
Dsign_head.cpp43 std::vector<int8_t> signHead(SIGN_HEAD_LEN, 0); in GetSignHead() local