| /developtools/hapsigner/hapsigntool_cpp/hap/entity/src/ |
| H A D | block_head.cpp | 51 ByteBuffer bf = ByteBuffer(BlockHead::ELF_BLOCK_LEN); in GetBlockHeadLittleEndian() local
|
| H A D | sign_head.cpp | 75 ByteBuffer bf = ByteBuffer(SignHead::SIGN_HEAD_LEN); in GetSignHeadLittleEndian() local
|
| /developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/ |
| H A D | extension.cpp | 51 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer> in ToByteArray() local
|
| H A D | fs_verity_info_segment.cpp | 56 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(FS_VERITY_INFO_SEGMENT_SIZE); in ToByteArray() local [all...] |
| H A D | segment_header.cpp | 59 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(ByteBuffer(SEGMENT_HEADER_LENGTH)); in ToByteArray() local 74 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(ByteBuffer(SEGMENT_HEADER_LENGTH)); in FromByteArray() local [all...] |
| H A D | hap_info_segment.cpp | 52 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer> in ToByteArray() local 62 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(ByteBuffer(bytes.size())); in FromByteArray() local [all...] |
| H A D | elf_sign_block.cpp | 68 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(Size()); in ToByteArray() local 80 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(bytes.size()); in FromByteArray() local [all...] |
| H A D | merkle_tree_extension.cpp | 61 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(ByteBuffer( in ToByteArray() local 74 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(ByteBuffer(bytes.size())); in FromByteArray() local [all...] |
| H A D | signed_file_pos.cpp | 63 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(ByteBuffer(bytes.size())); in FromByteArray() local
|
| H A D | code_sign_block.cpp | 125 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer> in ToByteArray() local [all...] |
| H A D | native_lib_info_segment.cpp | 83 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(ByteBuffer(Size())); in ToByteArray() local 111 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(ByteBuffer(bytes.size())); FromByteArray() local 158 CheckBuffer(ByteBuffer* bf, int32_t& inMagic, int32_t& inSegmentSize, int32_t& inSectionNum) CheckBuffer() argument [all...] |
| H A D | sign_info.cpp | 171 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(ByteBuffer(GetSize())); in ToByteArray() local 195 ParseMerkleTreeExtension(ByteBuffer* bf, int32_t inExtensionNum) ParseMerkleTreeExtension() argument 226 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(ByteBuffer(bytes.size())); FromByteArray() local [all...] |
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
| H A D | UnsignedDecimalUtil.java | 48 public static long getUnsignedInt(ByteBuffer bf) { in getUnsignedInt() argument 58 public static int getUnsignedShort(ByteBuffer bf) { in getUnsignedShort() argument 68 public static void setUnsignedInt(ByteBuffer bf, long value) { in setUnsignedInt() argument 84 setUnsignedShort(ByteBuffer bf, int value) setUnsignedShort() argument [all...] |
| H A D | CentralDirectory.java | 172 public static CentralDirectory getCentralDirectory(ByteBuffer bf) throws ZipException { in getCentralDirectory() argument [all...] |
| /developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/ |
| H A D | fs_verity_descriptor.cpp | 24 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(ByteBuffer(bytes.size())); in FromByteArray() local [all...] |
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/ |
| H A D | SignInfo.java | 277 parseExtensionList(ByteBuffer bf, int inExtensionNum) parseExtensionList() argument [all...] |
| /developtools/hapsigner/hapsigntool_cpp/zip/src/ |
| H A D | endof_central_directory.cpp | 71 SetEndOfCentralDirectoryValues(ByteBuffer& bf, EndOfCentralDirectory* eocd) SetEndOfCentralDirectoryValues() argument [all...] |
| H A D | central_directory.cpp | 21 bool CentralDirectory::GetCentralDirectory(ByteBuffer& bf, CentralDirectory* cd) in GetCentralDirectory() argument 55 void CentralDirectory::SetCentralDirectoryValues(ByteBuffer& bf, CentralDirectory* cd) in SetCentralDirectoryValues() argument [all...] |