Home
last modified time | relevance | path

Searched refs:JudgeSize (Results 1 - 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/cmd/include/
H A Dcmd_util.h38 static bool JudgeSize(const int size);
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H A Dparams_run_tool.cpp201 if (!CmdUtil::JudgeSize(keySize)) { in RunCa()
344 if (!CmdUtil::JudgeSize(keyAlgorithmSize)) { in RunKeypair()
H A Dcmd_util.cpp427 bool CmdUtil::JudgeSize(const int size) in JudgeSize() function in OHOS::SignatureTools::CmdUtil
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateKeyPair/
H A Doptions_test.cpp343 EXPECT_EQ(CmdUtil::JudgeSize(size), true); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/
H A Dgenerate_general_ca_test.cpp822 * @tc.desc: Test function of JudgeSize() interface for FAILED.
829 bool ret = CmdUtil::JudgeSize(size); in HWTEST_F()

Completed in 10 milliseconds