Home
last modified time | relevance | path

Searched defs:salt (Results 1 - 13 of 13) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
H A Dhap_info_segment_test.cpp221 std::vector<int8_t> salt; in HWTEST_F() local
H A Dnative_lib_info_segment_test.cpp268 std::vector<int8_t> salt; in HWTEST_F() local
H A Dcode_sign_block_test.cpp239 std::vector<int8_t> salt; in HWTEST_F() local
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H A Dsign_info.h68 std::vector<int8_t> salt; member in OHOS::SignatureTools::SignInfo
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/
H A Dfs_verity_descriptor_test.cpp41 std::vector<int8_t> salt = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in HWTEST_F() local
70 std::vector<int8_t> salt = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in HWTEST_F() local
99 std::vector<int8_t> salt = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in HWTEST_F() local
128 std::vector<int8_t> salt = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in HWTEST_F() local
157 std::vector<int8_t> salt = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in HWTEST_F() local
188 std::vector<int8_t> salt = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; HWTEST_F() local
220 std::vector<int8_t> salt = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; HWTEST_F() local
252 std::vector<int8_t> salt = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; HWTEST_F() local
285 std::vector<int8_t> salt = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; HWTEST_F() local
317 std::vector<int8_t> salt = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; HWTEST_F() local
348 std::vector<int8_t> salt = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; HWTEST_F() local
380 std::vector<int8_t> salt = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; HWTEST_F() local
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dfs_verity_generator.h75 std::vector<int8_t> salt; member in OHOS::SignatureTools::FsVerityGenerator
H A Dfs_verity_descriptor.h118 Builder& SetSalt(const std::vector<int8_t>& salt) in SetSalt() argument
160 std::vector<int8_t> salt; member in OHOS::SignatureTools::FsVerityDescriptor::Builder
174 std::vector<int8_t> salt; member in OHOS::SignatureTools::FsVerityDescriptor
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
H A DFsVerityGenerator.java42 protected byte[] salt = null; field in FsVerityGenerator
H A DFsVerityDescriptor.java106 private byte[] salt; field in FsVerityDescriptor
305 private byte[] salt; field in FsVerityDescriptor.Builder
349 public Builder setSalt(byte[] salt) { in setSalt() argument
[all...]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
H A DSignInfo.java85 private byte[] salt; field in SignInfo
107 public SignInfo(int saltSize, int flags, long dataSize, byte[] salt, byte[] sig) { in SignInfo() argument
336 private byte[] salt; global() field in SignInfo.SignInfoBuilder
399 setSalt(byte[] salt) setSalt() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H A Dsign_info.cpp33 SignInfo(int32_t saltSize, int32_t flags, int64_t dataSize, const std::vector<int8_t>& salt, const std::vector<int8_t>& sig) SignInfo() argument
57 SignInfo(int32_t saltSize, int32_t sigSize, int32_t flags, int64_t dataSize, const std::vector<int8_t>& salt, int32_t extensionNum, int32_t extensionOffset, const std::vector<int8_t>& signature, const std::vector<int8_t>& zeroPadding, const std::vector<MerkleTreeExtension*>& extensionList) SignInfo() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H A Dcode_signing.cpp157 std::vector<int8_t> salt = fsVerityGenerator->GetSalt(); in SignFile() local
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h43117 __u8 salt[32]; member
50293 u8 salt[8]; global() member
59330 u8 salt[0]; global() member
63159 __u32 salt; global() member
148076 unsigned char salt[4]; global() member
148084 unsigned char salt[4]; global() member
148092 unsigned char salt[0]; global() member
148100 unsigned char salt[4]; global() member
148108 unsigned char salt[4]; global() member
[all...]

Completed in 420 milliseconds