Home
last modified time | relevance | path

Searched refs:TEST_FILE_BLOCK_LENGTH (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_signing_block_utils_test.cpp37 signBlob.length = TEST_FILE_BLOCK_LENGTH; in CreateHapSubSignBlockHead()
40 profileBlob.length = TEST_FILE_BLOCK_LENGTH; in CreateHapSubSignBlockHead()
43 propertyBlob.length = TEST_FILE_BLOCK_LENGTH; in CreateHapSubSignBlockHead()
53 char block[TEST_FILE_BLOCK_LENGTH] = {0}; in CreatTestZipFile()
87 uint32_t centralDirOffset = TEST_FILE_BLOCK_LENGTH + signBlockSize; in CreatTestZipFile()
94 signInfo.hapSignatureBlock.SetCapacity(TEST_FILE_BLOCK_LENGTH); in CreatTestZipFile()
202 digestInfo.content.SetCapacity(TEST_FILE_BLOCK_LENGTH);
223 uint32_t centralDirLen = TEST_FILE_BLOCK_LENGTH;
256 int32_t centralDirLen = TEST_FILE_BLOCK_LENGTH;
258 int32_t centralDirOffset = TEST_FILE_BLOCK_LENGTH;
[all …]
H A Dhap_verify_v2_test.cpp260 digest.content.SetCapacity(TEST_FILE_BLOCK_LENGTH);
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/include/
H A Dtest_const.h43 constexpr int32_t TEST_FILE_BLOCK_LENGTH = 50; variable