Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/server/
H A Dtls_socket_server_branch_test.cpp321 std::string result = connection->CheckServerIdentityLegal(hostName, x509Certificates);
325 result = connection->CheckServerIdentityLegal(hostName, x509Certificates);
338 std::string result = connection->CheckServerIdentityLegal(hostName, x509Certificates);
342 result = connection->CheckServerIdentityLegal(hostName, x509Certificates);
359 std::string result = connection->CheckServerIdentityLegal(hostName, x509Certificates);
633 std::string result = connection->CheckServerIdentityLegal(hostName, x509Certificates);
645 std::string result = connection->CheckServerIdentityLegal(hostName, x509Certificates);
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/
H A Dtls_socket_server.h440 … std::string CheckServerIdentityLegal(const std::string &hostName, const X509 *x509Certificates);
441 std::string CheckServerIdentityLegal(const std::string &hostName, X509_EXTENSION *ext,
H A Dtls_socket.h568 … std::string CheckServerIdentityLegal(const std::string &hostName, const X509 *x509Certificates);
569 std::string CheckServerIdentityLegal(const std::string &hostName, X509_EXTENSION *ext,
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket_server.cpp1084 CheckServerIdentityLegal(hostName_, peerX509_); in StartShakingHands()
1190 std::string TLSSocketServer::Connection::CheckServerIdentityLegal(const std::string &hostName, in CheckServerIdentityLegal() function in OHOS::NetStack::TLSSocketServer::Connection
1213 return CheckServerIdentityLegal(hostName, ext, x509Certificates); in CheckServerIdentityLegal()
1216 std::string TLSSocketServer::Connection::CheckServerIdentityLegal(const std::string &hostName, X509… in CheckServerIdentityLegal() function in OHOS::NetStack::TLSSocketServer::Connection
H A Dtls_socket.cpp1624 std::string TLSSocket::TLSSocketInternal::CheckServerIdentityLegal(const std::string &hostName, in CheckServerIdentityLegal() function in OHOS::NetStack::TlsSocket::TLSSocket::TLSSocketInternal
1648 return CheckServerIdentityLegal(hostName, ext, x509Certificates); in CheckServerIdentityLegal()
1651 std::string TLSSocket::TLSSocketInternal::CheckServerIdentityLegal(const std::string &hostName, X50… in CheckServerIdentityLegal() function in OHOS::NetStack::TlsSocket::TLSSocket::TLSSocketInternal
1844 CheckServerIdentityLegal(hostName_, peerX509_); in StartShakingHands()