Searched refs:SetCheckServerIdentity (Results 1 – 4 of 4) sorted by relevance
112 …options.SetCheckServerIdentity([](const std::string &hostName, const std::vector<std::string> &x50… in ConnectFuzzTest()339 option.SetCheckServerIdentity([](const std::string, const std::vector<std::string>) {}); in SetTlsSecureOptionsFuzzTest()
66 connectOptions.SetCheckServerIdentity(checkServerIdentity);
232 void SetCheckServerIdentity(const CheckServerIdentity &checkServerIdentity);
344 void TLSConnectOptions::SetCheckServerIdentity(const CheckServerIdentity &checkServerIdentity) in SetCheckServerIdentity() function in OHOS::NetStack::TlsSocket::TLSConnectOptions