Home
last modified time | relevance | path

Searched defs:GetSignatureAlgorithms (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/netstack/frameworks/native/tls_socket/src/
Dtls_configuration.cpp155 const std::string &TLSConfiguration::GetSignatureAlgorithms() const in GetSignatureAlgorithms() function in OHOS::NetStack::TlsSocket::TLSConfiguration
/foundation/communication/netstack/frameworks/js/napi/tls/src/
Dtlssocket_module.cpp85 napi_value TLSSocketModuleExports::TLSSocket::GetSignatureAlgorithms(napi_env env, napi_callback_in… in GetSignatureAlgorithms() function in OHOS::NetStack::TlsSocket::TLSSocketModuleExports::TLSSocket
Dtlssocketserver_module.cpp148 napi_value TLSSocketServerModuleExports::TLSSocketConnection::GetSignatureAlgorithms(napi_env env, in GetSignatureAlgorithms() function in OHOS::NetStack::TlsSocketServer::TLSSocketServerModuleExports::TLSSocketConnection
Dtls_socket.cpp307 const std::string &TLSSecureOptions::GetSignatureAlgorithms() const in GetSignatureAlgorithms() function in OHOS::NetStack::TlsSocket::TLSSecureOptions
1051 void TLSSocket::GetSignatureAlgorithms(const GetSignatureAlgorithmsCallback &callback) in GetSignatureAlgorithms() function in OHOS::NetStack::TlsSocket::TLSSocket
1444 std::vector<std::string> TLSSocket::TLSSocketInternal::GetSignatureAlgorithms() const in GetSignatureAlgorithms() function in OHOS::NetStack::TlsSocket::TLSSocket::TLSSocketInternal
Dtls_socket_server.cpp529 void TLSSocketServer::GetSignatureAlgorithms(const int socketFd, in GetSignatureAlgorithms() function in OHOS::NetStack::TLSSocketServer
896 std::vector<std::string> TLSSocketServer::Connection::GetSignatureAlgorithms() const in GetSignatureAlgorithms() function in OHOS::NetStack::TLSSocketServer::Connection