Home
last modified time | relevance | path

Searched defs:pkcs7Generator (Results 1 – 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
Dprofile_test.cpp165 std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<BCPkcs7Generator>(); variable
205 std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<BCPkcs7Generator>(); variable
245 std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<BCPkcs7Generator>(); variable
Dsign_profile_test.cpp682 std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<BCPkcs7Generator>(); variable
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
Dsign_hap.cpp58 std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<BCPkcs7Generator>(); in Sign() local