Home
last modified time | relevance | path

Searched defs:certChain (Results 1 – 7 of 7) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/common/include/
Dpkcs7_context.h37 Pkcs7CertChains certChain; member
50 for (auto certChain : certChain) { in ~Pkcs7Context() local
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/process_cmd/processcmd023_fuzzer/
Dprocesscmd023_fuzzer.cpp32 std::vector<X509*> certChain; in DoSomethingInterestingWithMyAPI() local
/developtools/hapsigner/binary_sign_tool/hap/verify/src/
Dverify_elf.cpp95 bool VerifyElf::PrintCertChainToCmd(std::vector<X509*>& certChain) in PrintCertChainToCmd()
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dverify_hap_openssl_utils.cpp98 CertChain certChain; in GetCertChains() local
/developtools/hapsigner/hapsigntool_cpp/profile/src/
Dpkcs7_data.cpp365 std::list<X509*>certChain; in SortX509Stack() local
483 std::vector<X509*> certChain; in VerifySignerInfoCertChain() local
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
Dverify_hap.cpp140 bool VerifyHap::PrintCertChainToCmd(std::vector<X509*>& certChain) in PrintCertChainToCmd()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
Dpkcs7_data_test.cpp154 std::vector<X509*> certChain; in ReverseX509Stack() local