Searched refs:SetCert (Results 1 – 10 of 10) sorted by relevance
63 secureOption.SetCert(CLIENT_FILE); in BaseOption()162 secureOption.SetCert(CLIENT_FILE);232 secureOption.SetCert(CLIENT_FILE);
41 secureOption.SetCert(TlsUtilsTest::ChangeToFile(CLIENT_CRT_CHAIN)); in MockCertChainOneWayParamOptions()
40 secureOption.SetCert(TlsUtilsTest::ChangeToFile(CLIENT_CRT)); in MockOneWayParamOptions()
47 secureOption.SetCert(TlsUtilsTest::ChangeToFile(CLIENT_CRT_CHAIN)); in MockConnectionParamOptions()
40 secureOption.SetCert(TlsUtilsTest::ChangeToFile(CLIENT_CRT_CHAIN)); in MockCertChainParamOptions()
40 secureOption.SetCert(TlsUtilsTest::ChangeToFile(CLIENT_CRT)); in MockTlsSocketParamOptions()
178 option.SetCert(cert); in SetCertFuzzTest()335 tls.SetCert(str); in SetTlsSecureOptionsFuzzTest()
79 secureOption.SetCert(NapiUtils::GetStringPropertyUtf8(env, secureOptions, CERT_NAME)); in ReadNecessaryOptions()
95 void SetCert(const std::string &cert);
237 void TLSSecureOptions::SetCert(const std::string &cert) in SetCert() function in OHOS::NetStack::TlsSocket::TLSSecureOptions