Home
last modified time | relevance | path

Searched refs:SetCheckServerIdentity (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netstack/test/fuzztest/socket/fuzztest/tlssocket_fuzzer/
H A Dtls_socket_fuzzer.cpp112 …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()
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/server/
H A Dtls_socket_branch_test.cpp66 connectOptions.SetCheckServerIdentity(checkServerIdentity);
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/
H A Dtls_socket.h232 void SetCheckServerIdentity(const CheckServerIdentity &checkServerIdentity);
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket.cpp344 void TLSConnectOptions::SetCheckServerIdentity(const CheckServerIdentity &checkServerIdentity) in SetCheckServerIdentity() function in OHOS::NetStack::TlsSocket::TLSConnectOptions