Searched refs:FUNCTION_GET_SIGNATURE_ALGORITHMS (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tlssocket_module.cpp | 90 …env, info, FUNCTION_GET_SIGNATURE_ALGORITHMS, nullptr, TLSSocketAsyncWork::ExecGetSignatureAlgorit… in GetSignatureAlgorithms() 154 …DECLARE_NAPI_FUNCTION(TLSSocket::FUNCTION_GET_SIGNATURE_ALGORITHMS, TLSSocket::GetSignatureAlgorit… in DefineTLSSocketClass()
|
H A D | tlssocketserver_module.cpp | 147 env, info, FUNCTION_GET_SIGNATURE_ALGORITHMS, in GetSignatureAlgorithms() 236 DECLARE_NAPI_FUNCTION(TLSSocketConnection::FUNCTION_GET_SIGNATURE_ALGORITHMS, in DefineTLSSocketConnectionClass()
|
H A D | monitor_server.cpp | 87 …NAPI_FUNCTION(TLSSocketServerModuleExports::TLSSocketConnection::FUNCTION_GET_SIGNATURE_ALGORITHMS, in ConstructTLSSocketConnection()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/include/ |
H A D | tlssocket_module.h | 30 static constexpr const char *FUNCTION_GET_SIGNATURE_ALGORITHMS = "getSignatureAlgorithms"; variable
|
H A D | tlssocketserver_module.h | 57 static constexpr const char *FUNCTION_GET_SIGNATURE_ALGORITHMS = "getSignatureAlgorithms"; variable
|