Home
last modified time | relevance | path

Searched refs:rootHash (Results 1 - 5 of 5) sorted by relevance

/base/security/code_signature/test/unittest/
H A Denable_verity_test.cpp327 ByteBuffer &rootHash) in FillOptional()
329 EXPECT_EQ(ReadDataFromFile(filePath + ".hash", rootHash), true); in FillOptional()
332 arg->root_hash_ptr = reinterpret_cast<uintptr_t>(rootHash.GetBuffer()); in FillOptional()
340 ByteBuffer rootHash; in EnableExpandedTamperFile() local
342 FillOptional(filePath, &arg, rootHash); in EnableExpandedTamperFile()
458 ByteBuffer rootHash; in HWTEST_F() local
460 FillOptional(filePath, &arg, rootHash); in HWTEST_F()
479 ByteBuffer rootHash; in HWTEST_F() local
481 FillOptional(filePath, &arg, rootHash); in HWTEST_F()
507 ByteBuffer rootHash; in HWTEST_F() local
326 FillOptional(const std::string &filePath, struct code_sign_enable_arg *arg, ByteBuffer &rootHash) FillOptional() argument
552 ByteBuffer rootHash; HWTEST_F() local
585 ByteBuffer rootHash; HWTEST_F() local
616 ByteBuffer rootHash; HWTEST_F() local
653 ByteBuffer rootHash; HWTEST_F() local
[all...]
H A Dcode_sign_utils_test.cpp689 std::copy(std::begin(fakeRootHash), std::end(fakeRootHash), std::begin(block.merkleTree.rootHash)); in HWTEST_F()
698 EXPECT_EQ(arg.root_hash_ptr, reinterpret_cast<uintptr_t>(block.merkleTree.rootHash)); in HWTEST_F()
/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
H A Dcode_sign_helper.cpp75 uint8_t rootHash[64] = {0}; in ShowCodeSignInfo() local
76 uint8_t *rootHashPtr = rootHash; in ShowCodeSignInfo()
/base/security/code_signature/utils/include/
H A Dcode_sign_block.h72 uint8_t rootHash[64]; member
/base/security/code_signature/utils/src/
H A Dcode_sign_block.cpp67 arg.root_hash_ptr = reinterpret_cast<uintptr_t>(merkleExtension->rootHash); in ProcessExtension()

Completed in 5 milliseconds