Home
last modified time | relevance | path

Searched defs:bf (Results 1 - 18 of 18) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
H A Dblock_head.cpp51 ByteBuffer bf = ByteBuffer(BlockHead::ELF_BLOCK_LEN); in GetBlockHeadLittleEndian() local
H A Dsign_head.cpp75 ByteBuffer bf = ByteBuffer(SignHead::SIGN_HEAD_LEN); in GetSignHeadLittleEndian() local
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H A Dextension.cpp51 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer> in ToByteArray() local
H A Dfs_verity_info_segment.cpp56 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(FS_VERITY_INFO_SEGMENT_SIZE); in ToByteArray() local
[all...]
H A Dsegment_header.cpp59 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 Dhap_info_segment.cpp52 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 Delf_sign_block.cpp68 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 Dmerkle_tree_extension.cpp61 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 Dsigned_file_pos.cpp63 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer>(ByteBuffer(bytes.size())); in FromByteArray() local
H A Dcode_sign_block.cpp125 std::unique_ptr<ByteBuffer> bf = std::make_unique<ByteBuffer> in ToByteArray() local
[all...]
H A Dnative_lib_info_segment.cpp83 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 Dsign_info.cpp171 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 DUnsignedDecimalUtil.java48 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 DCentralDirectory.java172 public static CentralDirectory getCentralDirectory(ByteBuffer bf) throws ZipException { in getCentralDirectory() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dfs_verity_descriptor.cpp24 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 DSignInfo.java277 parseExtensionList(ByteBuffer bf, int inExtensionNum) parseExtensionList() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Dendof_central_directory.cpp71 SetEndOfCentralDirectoryValues(ByteBuffer& bf, EndOfCentralDirectory* eocd) SetEndOfCentralDirectoryValues() argument
[all...]
H A Dcentral_directory.cpp21 bool CentralDirectory::GetCentralDirectory(ByteBuffer& bf, CentralDirectory* cd) in GetCentralDirectory() argument
55 void CentralDirectory::SetCentralDirectoryValues(ByteBuffer& bf, CentralDirectory* cd) in SetCentralDirectoryValues() argument
[all...]

Completed in 6 milliseconds