Searched refs:profileBlob (Results 1 - 3 of 3) sorted by relevance
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/ |
H A D | hap_signer_block_utils_test.cpp | 30 void CreateHapSubSignBlockHead(HapSubSignBlockHead& signBlob, HapSubSignBlockHead& profileBlob, in CreateHapSubSignBlockHead() argument 36 profileBlob.type = PROFILE_BLOB; in CreateHapSubSignBlockHead() 37 profileBlob.length = TEST_FILE_BLOCK_LENGTH; in CreateHapSubSignBlockHead() 38 profileBlob.offset = signBlob.offset + signBlob.length; in CreateHapSubSignBlockHead() 41 propertyBlob.offset = profileBlob.offset + profileBlob.length; in CreateHapSubSignBlockHead() 56 HapSubSignBlockHead profileBlob; in CreatTestZipFile() local 58 CreateHapSubSignBlockHead(signBlob, profileBlob, propertyBlob); in CreatTestZipFile() 60 hapFile.write(reinterpret_cast<char*>(&profileBlob), sizeof(profileBlob)); in CreatTestZipFile() [all...] |
/developtools/hapsigner/hapsigntool_cpp/utils/src/ |
H A D | hap_signer_block_utils.cpp | 634 HapSubSignBlockHead profileBlob; in CreatTestZipFile() local 636 CreateHapSubSignBlockHead(signBlob, profileBlob, propertyBlob); in CreatTestZipFile() 638 hapFileInfo.write(reinterpret_cast<char*>(&profileBlob), sizeof(profileBlob)); in CreatTestZipFile() 677 HapSubSignBlockHead& profileBlob, in CreateHapSubSignBlockHead() 685 propertyBlob.offset = profileBlob.offset + profileBlob.length; in CreateHapSubSignBlockHead() 686 profileBlob.type = PROFILE_BLOB; in CreateHapSubSignBlockHead() 687 profileBlob.length = TEST_FILE_BLOCK_LENGTH; in CreateHapSubSignBlockHead() 688 profileBlob in CreateHapSubSignBlockHead() 676 CreateHapSubSignBlockHead(HapSubSignBlockHead& signBlob, HapSubSignBlockHead& profileBlob, HapSubSignBlockHead& propertyBlob) CreateHapSubSignBlockHead() argument [all...] |
/developtools/hapsigner/hapsigntool_cpp/utils/include/ |
H A D | hap_signer_block_utils.h | 119 static void CreateHapSubSignBlockHead(HapSubSignBlockHead& signBlob, HapSubSignBlockHead& profileBlob,
|
Completed in 3 milliseconds