Home
last modified time | relevance | path

Searched refs:GetSignatureAlgorithm (Results 1 – 7 of 7) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/cmd/include/
Dparams.h35 …static bool GetSignatureAlgorithm(const std::string& signatureAlgorithm, SignatureAlgorithmHelper&…
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
Dparams.cpp51 bool Params::GetSignatureAlgorithm(const std::string& signatureAlgorithm, in GetSignatureAlgorithm() function in OHOS::SignatureTools::Params
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/process_cmd/processcmd024_fuzzer/
Dprocesscmd024_fuzzer.cpp49 param.GetSignatureAlgorithm(str, out); in DoSomethingInterestingWithMyAPI()
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
Dsign_bin.cpp106 bool getAlgOk = Params::GetSignatureAlgorithm(signAlg, signatureAlgorithmClass); in GenerateFileDigest()
/developtools/hapsigner/binary_sign_tool/hap/provider/src/
Dsign_provider.cpp93 …if (!Params::GetSignatureAlgorithm(signParams.at(ParamConstants::PARAM_BASIC_SIGANTURE_ALG), alg))… in CreateSignerConfigs()
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
Dsign_provider.cpp394 if (!Params::GetSignatureAlgorithm(signParams.at(ParamConstants::PARAM_BASIC_SIGANTURE_ALG), in CreateSignerConfigs()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateKeyPair/
Doptions_test.cpp1900 bool ret = Params::GetSignatureAlgorithm(signatureAlgorithm, out);
1914 bool ret = Params::GetSignatureAlgorithm(signatureAlgorithm, out);