Home
last modified time | relevance | path

Searched defs:p7 (Results 1 – 13 of 13) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dverify_hap_openssl_utils.cpp66 bool VerifyHapOpensslUtils::GetCertChains(PKCS7* p7, Pkcs7Context& pkcs7Context) in GetCertChains()
111 bool VerifyHapOpensslUtils::VerifyCertChain(CertChain& certsChain, PKCS7* p7, in VerifyCertChain()
128 bool VerifyHapOpensslUtils::CheckPkcs7SignedDataIsValid(const PKCS7* p7) in CheckPkcs7SignedDataIsValid()
136 bool VerifyHapOpensslUtils::GetCrlStack(PKCS7* p7, STACK_OF(X509_CRL)* x509Crl) in GetCrlStack()
Dstring_utils.cpp73 std::string StringUtils::Pkcs7ToString(PKCS7* p7) in Pkcs7ToString()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
Dsign_profile_test.cpp355 PKCS7Data p7; variable
372 PKCS7Data p7; variable
412 PKCS7Data p7; variable
470 PKCS7Data p7; variable
488 PKCS7Data p7; variable
Dprofile_test.cpp361 PKCS7Data p7; variable
414 PKCS7Data p7; variable
461 PKCS7Data p7; variable
/developtools/hapsigner/hapsigntool_cpp/common/include/
Dpkcs7_context.h36 PKCS7* p7; member
/developtools/hapsigner/hapsigntool_cpp/codesigning/utils/src/
Dcms_utils.cpp49 PKCS7* p7 = d2i_PKCS7(NULL, &data, static_cast<long>(signature.size())); in CheckOwnerID() local
/developtools/hapsigner/binary_sign_tool/hap/verify/src/
Dverify_elf.cpp79 PKCS7* p7 = d2i_PKCS7(nullptr, &signData, signInfo->signSize); in ParseSignBlock() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
Dhap_openssl_utils_test.cpp215 PKCS7* p7 = nullptr; variable
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/profile/profile001_fuzzer/
Dprofile001_fuzzer.cpp50 PKCS7Data p7; in SignProfileTest001() local
/developtools/hapsigner/hapsigntool_cpp/profile/src/
Dpkcs7_data.cpp29 static int PKCS7AddAttribute(PKCS7* p7, const std::vector<PKCS7Attr>& attrs) in PKCS7AddAttribute()
50 static int I2dPkcs7Str(PKCS7* p7, std::string& ret) in I2dPkcs7Str()
197 static void PKCS7AddCrls(PKCS7* p7, STACK_OF(X509_CRL)* crls) in PKCS7AddCrls()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
Dhap_verify_test.cpp327 PKCS7* p7 = nullptr; variable
537 PKCS7* p7 = nullptr; variable
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
Dverify_hap.cpp64 bool VerifyHap::HapOutPutPkcs7(PKCS7* p7, const std::string& outPutPath) in HapOutPutPkcs7()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/
Dgenerate_sub_ca_test.cpp802 PKCS7* p7 = nullptr; variable
815 PKCS7* p7 = PKCS7_new(); variable