Home
last modified time | relevance | path

Searched defs:Sign (Results 1 – 7 of 7) sorted by relevance

/developtools/hapsigner/binary_sign_tool/api/src/
Dsign_tool_service_impl.cpp33 bool SignToolServiceImpl::Sign(Options* options) in Sign() function in OHOS::SignatureTools::SignToolServiceImpl
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
Dsign_hap.cpp25 bool SignHap::Sign(DataSource* contents[], int32_t len, SignerConfig& config, in Sign() function in OHOS::SignatureTools::SignHap
Dsign_bin.cpp31 bool SignBin::Sign(SignerConfig& signerConfig, const std::map<std::string, std::string>& signParams) in Sign() function in OHOS::SignatureTools::SignBin
Dsign_elf.cpp32 bool SignElf::Sign(SignerConfig& signerConfig, std::map<std::string, std::string>& signParams) in Sign() function in OHOS::SignatureTools::SignElf
/developtools/hapsigner/binary_sign_tool/hap/sign/src/
Dsign_elf.cpp34 bool SignElf::Sign(SignerConfig& signerConfig, std::map<std::string, std::string>& signParams) in Sign() function in OHOS::SignatureTools::SignElf
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
Dsign_provider.cpp214 bool SignProvider::Sign(Options* options) in Sign() function in OHOS::SignatureTools::SignProvider
/developtools/hapsigner/hapsigntool_cpp/profile/src/
Dpkcs7_data.cpp115 int PKCS7Data::Sign(const std::string& content, const std::shared_ptr<Signer>& signer, in Sign() function in OHOS::SignatureTools::PKCS7Data