Home
last modified time | relevance | path

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

/foundation/communication/netstack/frameworks/native/tls_socket/src/
Dtls_configuration.cpp128 std::string TLSConfiguration::GetCipherSuite() const in GetCipherSuite() function in OHOS::NetStack::TlsSocket::TLSConfiguration
Dtls_socket.cpp250 const std::string &TLSSecureOptions::GetCipherSuite() const in GetCipherSuite() function in OHOS::NetStack::TlsSocket::TLSSecureOptions
939 void TLSSocket::GetCipherSuite(const GetCipherSuiteCallback &callback) in GetCipherSuite() function in OHOS::NetStack::TlsSocket::TLSSocket
1171 std::vector<std::string> TLSSocket::TLSSocketInternal::GetCipherSuite() const in GetCipherSuite() function in OHOS::NetStack::TlsSocket::TLSSocket::TLSSocketInternal
Dtls_socket_server.cpp498 void TLSSocketServer::GetCipherSuite(const int socketFd, const TlsSocket::GetCipherSuiteCallback &c… in GetCipherSuite() function in OHOS::NetStack::TlsSocketServer::TLSSocketServer
843 std::vector<std::string> TLSSocketServer::Connection::GetCipherSuite() const in GetCipherSuite() function in OHOS::NetStack::TlsSocketServer::TLSSocketServer::Connection