Home
last modified time | relevance | path

Searched defs:GetCipherSuite (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_configuration.cpp130 std::string TLSConfiguration::GetCipherSuite() const in GetCipherSuite() function in OHOS::NetStack::TlsSocket::TLSConfiguration
H A Dtls_socket.cpp312 const std::string &TLSSecureOptions::GetCipherSuite() const in GetCipherSuite() function in OHOS::NetStack::TlsSocket::TLSSecureOptions
1062 void TLSSocket::GetCipherSuite(const GetCipherSuiteCallback &callback) in GetCipherSuite() function in OHOS::NetStack::TlsSocket::TLSSocket
1451 std::vector<std::string> TLSSocket::TLSSocketInternal::GetCipherSuite() const in GetCipherSuite() function in OHOS::NetStack::TlsSocket::TLSSocket::TLSSocketInternal
H A Dtls_socket_server.cpp521 void TLSSocketServer::GetCipherSuite(const int socketFd, const TlsSocket::GetCipherSuiteCallback &c… in GetCipherSuite() function in OHOS::NetStack::TLSSocketServer
886 std::vector<std::string> TLSSocketServer::Connection::GetCipherSuite() const in GetCipherSuite() function in OHOS::NetStack::TLSSocketServer::Connection