Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dfs_verity_descriptor_with_sign.h43 std::vector<int8_t> signature; member in OHOS::SignatureTools::FsVerityDescriptorWithSign
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dfs_verity_descriptor_with_sign.cpp25 FsVerityDescriptorWithSign(FsVerityDescriptor fsVerityDescriptor, const std::vector<int8_t> &signature) FsVerityDescriptorWithSign() argument
35 FsVerityDescriptorWithSign(int32_t type, int32_t length, FsVerityDescriptor fsVerityDescriptor, const std::vector<int8_t> &signature) FsVerityDescriptorWithSign() argument
[all...]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/fsverity/
H A DFsVerityDescriptorWithSign.java39 private byte[] signature = new byte[0]; field in FsVerityDescriptorWithSign
47 public FsVerityDescriptorWithSign(FsVerityDescriptor fsVerityDescriptor, byte[] signature) { in FsVerityDescriptorWithSign() argument
63 FsVerityDescriptorWithSign(int type, int length, FsVerityDescriptor fsVerityDescriptor, byte[] signature) FsVerityDescriptorWithSign() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H A Dsign_info.h71 std::vector<int8_t> signature; member in OHOS::SignatureTools::SignInfo
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/fsverity/
H A Dfs_verity_descriptor_with_sign_test.cpp60 std::vector<int8_t> signature = { 1, 1, 1, 1 }; in HWTEST_F() local
78 std::vector<int8_t> signature; in HWTEST_F() local
96 std::vector<int8_t> signature = { 1, 1, 1, 1 }; in HWTEST_F() local
118 std::vector<int8_t> signature = { 1, 1, 1, 1 }; in HWTEST_F() local
139 std::vector<int8_t> signature = { 1, 1, 1, 1 }; in HWTEST_F() local
[all...]
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/
H A Dverify_code_signature_test.cpp294 std::vector<int8_t> signature; in HWTEST_F() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/utils/
H A Dcms_utils_test.cpp60 const std::string signature; in HWTEST_F() local
79 std::string signature; in HWTEST_F() local
100 std::string signature; in HWTEST_F() local
121 std::string signature; in HWTEST_F() local
[all...]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
H A DPageInfoExtension.java76 private byte[] signature = new byte[0]; field in PageInfoExtension
93 public void setSignature(byte[] signature) { in setSignature() argument
[all...]
H A DSignInfo.java91 private byte[] signature; field in SignInfo
342 private byte[] signature; global() field in SignInfo.SignInfoBuilder
432 setSignature(byte[] signature) setSignature() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/utils/src/
H A Dcms_utils.cpp42 bool CmsUtils::CheckOwnerID(const std::string& signature, const std::string& profileOwnerID, in CheckOwnerID() argument
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
H A DVerifyCodeSignature.java69 private static void checkOwnerID(byte[] signature, String profileOwnerID, String profileType) in checkOwnerID() argument
79 private static void checkHnpOwnerID(byte[] signature, String profileOwnerID, String profileType, String hnpType) in checkHnpOwnerID() argument
93 private static void checkSignatureOwnerID(String ownerID, byte[] signature, String profileType) in checkSignatureOwnerID() argument
385 verifySingleFile(InputStream input, long length, byte[] signature, long merkleTreeOffset, byte[] inMerkleTreeBytes) verifySingleFile() argument
[all...]
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H A Dsign_info.cpp57 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_test/unittest/signProfile/
H A Dprovision_test.cpp783 std::string signature = signer2->GetSignature("content", "SHA384withECDSA"); in HWTEST_F() local
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H A Dverify_code_signature.cpp90 std::vector<int8_t>& signature = elfSignBlock.GetSignature(); in VerifyElf() local
124 std::vector<int8_t> signature = csb.GetHapInfoSegment().GetSignInfo().GetSignature(); in VerifyCodeSign() local
164 VerifySingleFile(std::istream& input, int64_t length, std::vector<int8_t> signature, int64_t merkleTreeOffset, std::vector<int8_t> inMerkleTreeBytes) VerifySingleFile() argument
H A Dcode_signing.cpp146 std::vector<int8_t> signature; in SignFile() local
194 std::vector<int8_t> signature; in GetElfCodeSignBlock() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/
H A Dzip_signer_test.cpp483 int signature = eocd->GetSIGNATURE(); in HWTEST_F() local
603 int signature = zipEntryData->GetZipEntryHeader()->GetSIGNATURE(); in HWTEST_F() local
650 int signature = dataDescriptor->GetSIGNATURE(); in HWTEST_F() local
694 int signature = cd->GetSIGNATURE(); in HWTEST_F() local
/developtools/hapsigner/hapsigntool_cpp/profile/src/
H A Dpkcs7_data.cpp520 std::string signature; Pkcs7SignAttr() local
[all...]
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h13909 u64 signature; member
17117 char signature[4]; member
21816 __u32 signature; member
43119 __u8 signature[0]; member
50092 __u8 signature; global() member
50107 __u8 signature; global() member
50292 u8 signature[17]; global() member
50299 u8 signature[17]; global() member
55706 __u8 signature[32]; global() member
61353 __be16 signature; global() member
61374 __be16 signature; global() member
61743 __le64 signature; global() member
61800 __le16 signature; global() member
96995 union acpi_name_union signature; global() member
99217 char signature[8]; global() member
100345 u32 signature; global() member
100760 char signature[4]; global() member
114615 u8 signature[16]; global() member
122259 u8 signature[16]; global() member
122508 u8 signature[16]; global() member
[all...]

Completed in 456 milliseconds