Home
last modified time | relevance | path

Searched defs:length (Results 1 - 25 of 95) sorted by relevance

1234

/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Drandom_access_file_output.cpp43 int length = buffer.GetCapacity(); in Write() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
H A DZipDataOutput.java35 void write(byte[] buffer, int offset, int length) throws IOException; in write() argument
H A DRandomAccessFileZipDataOutput.java61 public void write(byte[] buffer, int offset, int length) throws IOException { in write() argument
[all...]
H A DMessageDigestZipDataOutput.java35 public void write(byte[] buffer, int offset, int length) throws IOException { in write() argument
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dfs_verity_descriptor_with_sign.h41 int32_t length; member in OHOS::SignatureTools::FsVerityDescriptorWithSign
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
H A DSigningBlock.java25 private int length; field in SigningBlock
H A DHwBlockHead.java70 public static byte[] getBlockHead(char type, char tag, short length, int offset) { in getBlockHead() argument
92 getBlockHeadLittleEndian(char type, char tag, int length, int offset) getBlockHeadLittleEndian() argument
[all...]
H A DSignContentInfo.java52 protected int length; field in SignContentHash
64 SignContentHash(char type, char tag, short algId, int length, byte[] hash) { in SignContentHash() argument
95 public void addContentHashData(char type, char tag, short algId, int length, byt argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dfs_verity_descriptor_with_sign.cpp35 FsVerityDescriptorWithSign::FsVerityDescriptorWithSign(int32_t type, int32_t length, in FsVerityDescriptorWithSign() argument
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
H A Dblock_head.cpp33 std::string BlockHead::GetBlockHead(const char type, const char tag, const short length, const int offset) in GetBlockHead() argument
48 GetBlockHeadLittleEndian(const char type, const char tag, const int length, const int offset) GetBlockHeadLittleEndian() argument
H A Dsign_content_info.cpp23 SignContentHash(const char type, const char tag, const short algId, const int length, const std::vector<int8_t> &hash) SignContentHash() argument
41 AddContentHashData(const char type, const char tag, const short algId, const int length, const std::vector<int8_t> &hash) AddContentHashData() argument
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/utils/
H A Dfs_digest_utils_test.cpp76 int length = 32; in HWTEST_F() local
H A Dcms_utils_test.cpp143 int64_t length = 23221; in HWTEST_F() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
H A Dsigning_block_test.cpp45 int32_t length = signingBlock.GetLength(); in HWTEST_F() local
H A Dhap_utils_test.cpp46 int length = result.length(); in HWTEST_F() local
H A Dverify_bin_test.cpp480 int64_t length = 0; in HWTEST_F() local
499 int64_t length = 0; in HWTEST_F() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
H A DFsVerityDescriptorWithSign.java35 private int length; field in FsVerityDescriptorWithSign
63 public FsVerityDescriptorWithSign(int type, int length, FsVerityDescriptor fsVerityDescriptor, byte[] signature) { in FsVerityDescriptorWithSign() argument
[all...]
/developtools/hdc/src/common/
H A Dusb.h29 virtual int SendUSBRaw(HSession hSession, uint8_t *data, const int length) in SendUSBRaw() argument
/developtools/hapsigner/hapsigntool_cpp/codesigning/utils/src/
H A Dfs_digest_utils.cpp26 void DigestUtils::AddData(const char* data, int length) in AddData() argument
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/
H A Dfs_verity_descriptor_with_sign_test.cpp98 int32_t length = 0; in HWTEST_F() local
120 int32_t length = 0; in HWTEST_F() local
141 int32_t length = 0; in HWTEST_F() local
/developtools/profiler/device/plugins/xpower_plugin/include/
H A Dxpower_common.h44 size_t length; member
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/
H A Dverify_code_signature_test.cpp111 int64_t length = 23193; in HWTEST_F() local
133 int64_t length = 23193; in HWTEST_F() local
153 int64_t length = 23193; in HWTEST_F() local
173 int64_t length = 23194; in HWTEST_F() local
193 int64_t length = 23193; in HWTEST_F() local
213 int64_t length = 23221; HWTEST_F() local
233 int64_t length = 23193; HWTEST_F() local
253 int64_t length = 23193; HWTEST_F() local
273 int64_t length = 23193; HWTEST_F() local
293 int64_t length = 4096; HWTEST_F() local
314 int64_t length = 10516; HWTEST_F() local
334 int64_t length = 10516; HWTEST_F() local
354 int64_t length = 10516; HWTEST_F() local
374 int64_t length = 2; HWTEST_F() local
394 int64_t length = 10516; HWTEST_F() local
414 int64_t length = 10516; HWTEST_F() local
434 int64_t length = 10516; HWTEST_F() local
476 int64_t length = 23221; HWTEST_F() local
[all...]
/developtools/hdc/hdc_rust/src/cffi/
H A Duart_wrapper.cpp47 ssize_t length = 0; in ReadUartDevExt() local
[all...]
/developtools/profiler/device/plugins/gpu_plugin/src/
H A Dgpu_data_plugin.cpp54 uint32_t length; in Report() local
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dhash_utils.cpp107 std::vector<int8_t> HashUtils::GetDigestFromBytes(const std::vector<int8_t>& fileBytes, int64_t length, in GetDigestFromBytes() argument

Completed in 8 milliseconds

1234