Home
last modified time | relevance | path

Searched refs:rootHash (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/code_signature/test/unittest/
H A Denable_verity_test.cpp321 ByteBuffer &rootHash) in FillOptional() argument
334 ByteBuffer rootHash; in EnableExpandedTamperFile() local
336 FillOptional(filePath, &arg, rootHash); in EnableExpandedTamperFile()
448 ByteBuffer rootHash; variable
469 ByteBuffer rootHash; variable
471 FillOptional(filePath, &arg, rootHash);
497 ByteBuffer rootHash; variable
539 ByteBuffer rootHash; variable
572 ByteBuffer rootHash; variable
603 ByteBuffer rootHash; variable
[all …]
/ohos5.0/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
H A Dcode_sign_helper.cpp76 uint8_t rootHash[64] = {0}; in ShowCodeSignInfo() local
77 uint8_t *rootHashPtr = rootHash; in ShowCodeSignInfo()
/ohos5.0/base/security/code_signature/utils/include/
H A Dcode_sign_block.h69 uint8_t rootHash[64]; member
/ohos5.0/base/security/code_signature/utils/src/
H A Dcode_sign_block.cpp84 arg.root_hash_ptr = reinterpret_cast<uintptr_t>(extension->rootHash); in GetOneFileAndCodeSignInfo()