Searched refs:rootHash (Results 1 - 5 of 5) sorted by relevance
/base/security/code_signature/test/unittest/ |
H A D | enable_verity_test.cpp | 327 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 D | code_sign_utils_test.cpp | 689 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 D | code_sign_helper.cpp | 75 uint8_t rootHash[64] = {0};
in ShowCodeSignInfo() local 76 uint8_t *rootHashPtr = rootHash;
in ShowCodeSignInfo()
|
/base/security/code_signature/utils/include/ |
H A D | code_sign_block.h | 72 uint8_t rootHash[64];
member
|
/base/security/code_signature/utils/src/ |
H A D | code_sign_block.cpp | 67 arg.root_hash_ptr = reinterpret_cast<uintptr_t>(merkleExtension->rootHash);
in ProcessExtension()
|
Completed in 5 milliseconds