Home
last modified time | relevance | path

Searched refs:CA_CRT_FILE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsCertificateTest.cpp62 bool ret = tlsCertificate.CertificateFromPem(CA_CRT_FILE, LOCAL_CERT);
102 bool ret = tlsCertificate.CertificateFromDer(CA_CRT_FILE, LOCAL_CERT);
121 TLSCertificate tlsCertificate = TLSCertificate(CA_CRT_FILE, CA_CERT);
122 bool isFilePath = tlsCertificate.CertificateFromData(CA_CRT_FILE, CA_CERT);
124 BIO *bio = BIO_new_mem_buf(CA_CRT_FILE, -1);
H A DTlsContextTest.cpp68 std::vector<std::string> caVec = {CA_CRT_FILE};
141 std::vector<std::string> caVec = {CA_CRT_FILE};
173 std::vector<std::string> caVec = {CA_CRT_FILE};
H A DTlsTest.h69 constexpr const char CA_CRT_FILE[] = variable
H A DTlsSocketBranchTest.cpp61 caChain.push_back(CA_CRT_FILE); in BaseOption()
157 caChain.push_back(CA_CRT_FILE);
230 caChain.push_back(CA_CRT_FILE);
H A DTlsConfigurationTest.cpp67 certificate.push_back(CA_CRT_FILE);