Home
last modified time | relevance | path

Searched refs:BCPkcs7Generator (Results 1 - 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
H A Dbc_pkcs7_generator.cpp29 BCPkcs7Generator::~BCPkcs7Generator() in ~BCPkcs7Generator()
32 int BCPkcs7Generator::GenerateSignedData(const std::string& content, in GenerateSignedData()
66 int BCPkcs7Generator::PackagePKCS7(const std::string& content, const std::shared_ptr<Signer>& signer, in PackagePKCS7()
H A Dsign_bin.cpp134 std::unique_ptr<Pkcs7Generator> generator = std::make_unique<BCPkcs7Generator>(); in WriteSignDataToOutputFile()
H A Dsign_hap.cpp56 std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<BCPkcs7Generator>(); in Sign()
/developtools/hapsigner/hapsigntool_cpp/hap/sign/include/
H A Dbc_pkcs7_generator.h28 class BCPkcs7Generator : public Pkcs7Generator { class
38 virtual ~BCPkcs7Generator();
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
H A Dprofile_test.cpp107 std::shared_ptr<Pkcs7Generator> generator = std::make_shared<BCPkcs7Generator>(); in HWTEST_F()
125 std::shared_ptr<Pkcs7Generator> generator = std::make_shared<BCPkcs7Generator>(); in HWTEST_F()
165 std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<BCPkcs7Generator>(); in HWTEST_F()
205 std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<BCPkcs7Generator>();
245 std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<BCPkcs7Generator>();
H A Dsign_profile_test.cpp649 * @tc.desc: Test function of BCPkcs7Generator::GenerateSignedData() interface for SUCCESS
682 std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<BCPkcs7Generator>(); in HWTEST_F()

Completed in 4 milliseconds