| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/api/ |
| D | ServiceApi.java | 32 boolean generateKeyStore(Options options); in generateKeyStore() 40 boolean generateCsr(Options options); in generateCsr() 48 boolean generateCert(Options options); in generateCert() 56 boolean generateCA(Options options); in generateCA() 64 boolean generateAppCert(Options options); in generateAppCert() 72 boolean generateProfileCert(Options options); in generateProfileCert() 80 boolean signProfile(Options options); in signProfile() 88 boolean verifyProfile(Options options); in verifyProfile() 96 boolean signHap(Options options); in signHap() 104 boolean verifyHap(Options options); in verifyHap()
|
| D | SignToolServiceImpl.java | 85 public boolean generateKeyStore(Options options) { in generateKeyStore() 100 public boolean generateCsr(Options options) { in generateCsr() 120 public boolean generateCert(Options options) { in generateCert() 146 public boolean generateCA(Options options) { in generateCA() 194 public boolean generateAppCert(Options options) { in generateAppCert() 216 public boolean generateProfileCert(Options options) { in generateProfileCert() 250 public boolean signProfile(Options options) { in signProfile() 273 public boolean verifyProfile(Options options) { in verifyProfile() 304 public boolean signHap(Options options) { in signHap() 329 public boolean verifyHap(Options options) { in verifyHap()
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/ |
| D | verify_elf_test.cpp | 69 Options options; variable 106 Options options; variable 126 Options options; variable 146 Options options; variable 166 Options options; variable 187 Options options; variable 208 Options options; variable 229 Options options; variable 250 Options options; variable 271 Options options; variable [all …]
|
| D | verify_bin_test.cpp | 80 Options options; variable 117 Options options; variable 137 Options options; variable 157 Options options; variable 177 Options options; variable 198 Options options; variable 219 Options options; variable 240 Options options; variable 261 Options options; variable 282 Options options; variable [all …]
|
| /developtools/hapsigner/binary_sign_tool/cmd/src/ |
| D | cmd_util.cpp | 27 bool CmdUtil::String2Bool(Options* options, const std::string& option) in String2Bool() 45 Options* options = param->GetOptions(); in UpdateParamForVariantCertInt() local 76 Options* options = param->GetOptions(); in UpdateParamForVariantInt() local 98 Options* options = param->GetOptions(); in UpdateParamForVariantBoolKeyUsage() local 122 Options* options = param->GetOptions(); in UpdateParamForVariantBoolProfileSigned() local 145 Options* options = param->GetOptions(); in UpdateParamForVariantBoolSelfSign() local 206 bool CmdUtil::UpdateParamForCheckOutFile(Options* options, const std::initializer_list<std::string>… in UpdateParamForCheckOutFile() 248 bool CmdUtil::UpdateParamForCheckInFile(Options* options, const std::initializer_list<std::string>&… in UpdateParamForCheckInFile() 280 Options* options = param->GetOptions(); in UpdateParamForCheckSignAlg() local 294 Options* options = param->GetOptions(); in UpdateParamForOutform() local
|
| /developtools/hapsigner/hapsigntool_cpp/cmd/src/ |
| D | cmd_util.cpp | 27 bool CmdUtil::String2Bool(Options* options, const std::string& option) in String2Bool() 45 Options* options = param->GetOptions(); in UpdateParamForVariantCertInt() local 76 Options* options = param->GetOptions(); in UpdateParamForVariantInt() local 110 Options* options = param->GetOptions(); in UpdateParamForVariantBoolKeyUsage() local 134 Options* options = param->GetOptions(); in UpdateParamForVariantBoolProfileSigned() local 155 bool CmdUtil::UpdateParamForCheckOutFile(Options* options, const std::initializer_list<std::string>… in UpdateParamForCheckOutFile() 196 bool CmdUtil::UpdateParamForCheckInFile(Options* options, const std::initializer_list<std::string>&… in UpdateParamForCheckInFile() 228 Options* options = param->GetOptions(); in UpdateParamForCheckSignAlg() local 242 Options* options = param->GetOptions(); in UpdateParamForInform() local 262 Options* options = param->GetOptions(); in UpdateParamForOutform() local [all …]
|
| /developtools/hapsigner/hapsigntool_cpp/api/src/ |
| D | sign_tool_service_impl.cpp | 37 bool SignToolServiceImpl::GenerateCA(Options* options) in GenerateCA() 70 bool SignToolServiceImpl::GenerateRootCertToFile(Options* options, EVP_PKEY* rootKey) in GenerateRootCertToFile() 108 bool SignToolServiceImpl::GenerateSubCertToFile(Options* options, EVP_PKEY* rootKey) in GenerateSubCertToFile() 146 int SignToolServiceImpl::HandleIssuerKeyAliasEmpty(Options* options) in HandleIssuerKeyAliasEmpty() 176 int SignToolServiceImpl::HandleIsserKeyAliasNotEmpty(Options* options) in HandleIsserKeyAliasNotEmpty() 188 bool SignToolServiceImpl::OutputModeOfCert(X509* cert, Options* options) in OutputModeOfCert() 204 bool SignToolServiceImpl::GenerateCert(Options* options) in GenerateCert() 250 bool SignToolServiceImpl::GenerateKeyStore(Options* options) in GenerateKeyStore() 279 bool SignToolServiceImpl::GenerateCsr(Options* options) in GenerateCsr() 364 bool SignToolServiceImpl::GenerateAppCert(Options* options) in GenerateAppCert() [all …]
|
| D | cert_tools.cpp | 76 bool CertTools::UpdateConstraint(Options* options) in UpdateConstraint() 104 bool CertTools::String2Bool(Options* options, const std::string& option) in String2Bool() 119 bool CertTools::SetBisicConstraints(Options* options, X509* cert) in SetBisicConstraints() 155 bool CertTools::SetBisicConstraintsPathLen(Options* options, X509* cert) in SetBisicConstraintsPathLen() 178 …gnForSubCert(X509* cert, X509_REQ* subcsr, X509_REQ* rootcsr, EVP_PKEY* caPrikey, Options* options) in SignForSubCert() 220 EVP_PKEY* keyPair, Options* options) in SignCsrGenerateCert() 277 X509* CertTools::GenerateRootCertificate(EVP_PKEY* keyPair, X509_REQ* certReq, Options* options) in GenerateRootCertificate() 314 X509* CertTools::GenerateSubCert(EVP_PKEY* keyPair, X509_REQ* rootcsr, Options* options) in GenerateSubCert() 345 bool CertTools::SetKeyUsage(X509* cert, Options* options) in SetKeyUsage() 383 bool CertTools::SetkeyUsageExt(X509* cert, Options* options) in SetkeyUsageExt() [all …]
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/ |
| D | pkcs7_data_test.cpp | 175 Options options; variable 284 Options options; variable 315 Options options; variable 575 Options options; variable 603 Options options; variable 631 Options options; variable 659 Options options; variable 687 Options options; variable 716 Options options; variable 744 Options options; variable [all …]
|
| D | sign_profile_test.cpp | 101 Options options; variable 137 Options options; variable 221 Options options; variable 257 Options options; variable 296 Options options; variable 314 Options options; variable 334 Options options; variable 389 Options options; variable 429 Options options; variable 505 Options options; variable [all …]
|
| D | provision_test.cpp | 122 Options options; variable 420 Options options; variable 450 Options options; variable 481 Options options; variable 511 Options options; variable 543 Options options; variable 573 Options options; variable 603 Options options; variable 640 Options options; variable 677 Options options; variable [all …]
|
| D | profile_test.cpp | 140 Options options; variable 180 Options options; variable 220 Options options; variable 260 Options options; variable 302 Options options; variable 345 Options options; variable 398 Options options; variable 445 Options options; variable 512 Options options; variable 843 Options options; in GenerateTmpP7b() local
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/ |
| D | hap_verify_test.cpp | 156 Options options; variable 186 Options options; variable 204 Options options; variable 273 Options options; variable 387 Options options; variable 453 Options options; variable 471 Options options; variable 592 Options options; variable 608 Options options; variable 624 Options options; variable [all …]
|
| /developtools/hapsigner/binary_sign_tool/hap/provider/src/ |
| D | sign_provider.cpp | 39 …rovider::InitSigerConfig(SignerConfig& signerConfig, STACK_OF(X509)* publicCerts, Options* options) in InitSigerConfig() 49 bool SignProvider::SignElf(Options* options) in SignElf() 85 Options* options, SignerConfig& inOut) in CreateSignerConfigs() 111 int SignProvider::GetX509Certificates(Options* options, STACK_OF(X509)** X509Vec) in GetX509Certificates() 134 int SignProvider::GetPublicCerts(Options* options, STACK_OF(X509)** ret) in GetPublicCerts() 174 bool SignProvider::SetSignParams(Options* options, std::unordered_set<std::string>& paramSet) in SetSignParams() 188 bool SignProvider::CheckParams(Options* options) in CheckParams()
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/sign/ |
| D | code_signing_test.cpp | 84 Options options; variable 146 Options options; variable 205 Options options; variable 265 Options options; variable 321 Options options; variable 377 Options options; variable 440 Options options; variable 543 void SetOptions(Options* options) in SetOptions() 598 std::shared_ptr<Options> options = std::make_shared<Options>(); variable 639 std::shared_ptr<Options> options = std::make_shared<Options>(); variable [all …]
|
| D | bc_signeddata_generator_test.cpp | 95 Options options; variable 195 Options options; variable 252 Options options; variable 310 Options options; variable
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/ |
| D | sign_elf_test.cpp | 81 void SetElfOptions(Options* options) in SetElfOptions() 136 std::shared_ptr<Options> options = std::make_shared<Options>(); variable 171 std::shared_ptr<Options> options = std::make_shared<Options>(); variable 209 std::shared_ptr<Options> options = std::make_shared<Options>(); variable 246 std::shared_ptr<Options> options = std::make_shared<Options>(); variable 283 std::shared_ptr<Options> options = std::make_shared<Options>(); variable
|
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/utils/ |
| D | cert_tools_test.cpp | 44 Options options; variable 58 Options options; variable 73 Options options; variable 90 Options options; variable
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/ |
| D | CertTest.java | 106 Options options = new Options(); in testRootCaCert() local 146 Options options = new Options(); in testSubCaCert() local 186 Options options = new Options(); in testAppCert() local
|
| D | ProfileTest.java | 127 Options options = new Options(); in testProfile() local 139 Options options = new Options(); in testProfile() local 184 private void putParams(Options options) { in putParams()
|
| /developtools/hapsigner/hapsigntool_cpp/hap/provider/src/ |
| D | sign_provider.cpp | 52 …rovider::InitSigerConfig(SignerConfig& signerConfig, STACK_OF(X509)* publicCerts, Options* options) in InitSigerConfig() 69 int SignProvider::CheckParmaAndInitConfig(SignerConfig& signerConfig, Options* options, std::string… in CheckParmaAndInitConfig() 214 bool SignProvider::Sign(Options* options) in Sign() 270 bool SignProvider::SignElf(Options* options) in SignElf() 317 bool SignProvider::SignBin(Options* options) in SignBin() 386 Options* options, SignerConfig& inOut) in CreateSignerConfigs() 466 int SignProvider::GetX509Certificates(Options* options, STACK_OF(X509)** X509Vec) in GetX509Certificates() 501 int SignProvider::GetPublicCerts(Options* options, STACK_OF(X509)** ret) in GetPublicCerts() 574 bool SignProvider::SetSignParams(Options* options, std::unordered_set<std::string>& paramSet) in SetSignParams() 588 bool SignProvider::CheckParams(Options* options) in CheckParams()
|
| /developtools/ace_ets2bundle/koala-wrapper/ |
| D | build_ts_wrapper.py | 46 def build(options): argument 51 def copy_output(options): argument
|
| /developtools/ace_ets2bundle/arkui-plugins/ |
| D | build_ui_plugins.py | 46 def build(options): argument 51 def copy_output(options): argument
|
| /developtools/hapsigner/hapsigntool_cpp/hap/verify/src/ |
| D | verify_bin.cpp | 23 bool VerifyBin::Verify(Options* options) in Verify() 59 Options* options, Pkcs7Context& pkcs7Context) in VerifyBinFile()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/entity/ |
| D | SignAppParameters.java | 125 Options options = new Options(); in toOptions() local 186 private void keyStoreFileToOptions(Options options) throws ParamException { in keyStoreFileToOptions() 199 private void appCertFileToOptions(Options options) throws ParamException { in appCertFileToOptions() 212 private void remoteSignParamToOptions(Options options) throws ParamException { in remoteSignParamToOptions()
|