Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/
H A Dtls_socket.h67 using CheckServerIdentity = variable
232 void SetCheckServerIdentity(const CheckServerIdentity &checkServerIdentity);
262 [[nodiscard]] CheckServerIdentity GetCheckServerIdentity() const;
282 CheckServerIdentity checkServerIdentity_;
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/server/
H A Dtls_socket_branch_test.cpp65 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()
369 CheckServerIdentity TLSConnectOptions::GetCheckServerIdentity() const in GetCheckServerIdentity()
1842 CheckServerIdentity checkServerIdentity = options.GetCheckServerIdentity(); in StartShakingHands()
H A Dtls_socket_server.cpp1082 TlsSocket::CheckServerIdentity checkServerIdentity = options.GetCheckServerIdentity(); in StartShakingHands()