Home
last modified time | relevance | path

Searched refs:ReadfileToX509 (Results 1 - 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/generate_ca/generateca002_fuzzer/
H A Dgenerateca002_fuzzer.cpp36 CertTools::ReadfileToX509(path); in DoSomethingInterestingWithMyAPI()
/developtools/hapsigner/hapsigntool_cpp/api/include/
H A Dcert_tools.h41 static X509* ReadfileToX509(const std::string& filename);
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateCA/
H A Dgenerate_general_ca_test.cpp1259 * @tc.desc: Test function of ReadfileToX509() interface read x509 cert file FAIL.
1266 X509* cert1 = CertTools::ReadfileToX509(path); in HWTEST_F()
1272 * @tc.desc: Test function of ReadfileToX509 interface for read x509 cert FAILED.
1279 X509* cert1 = CertTools::ReadfileToX509(path); in HWTEST_F()
1301 X509* cert1 = CertTools::ReadfileToX509(path); in HWTEST_F()
1320 X509* cert1 = CertTools::ReadfileToX509(path); in HWTEST_F()
1343 X509* cert1 = CertTools::ReadfileToX509(path); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/api/src/
H A Dcert_tools.cpp526 X509* CertTools::ReadfileToX509(const std::string& filename) in ReadfileToX509() function in OHOS::SignatureTools::CertTools

Completed in 7 milliseconds