Home
last modified time | relevance | path

Searched defs:algorithms (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsSocketBranchTest.cpp262 …[](int32_t errCode, const std::vector<std::string> &algorithms) { EXPECT_EQ(errCode, TLS_ERR_SSL_N… in __anonc01c89aa0602()
H A DTlsSocketCertChainTest.cpp338 [&testSignatureAlgorithms](int32_t errCode, const std::vector<std::string> &algorithms) { in __anon6010aead2302()
H A DTlsSocketTest.cpp382 [&signatureAlgorithms](int32_t errCode, const std::vector<std::string> &algorithms) { in __anon0295c29c2802()
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/server/
H A DTlsSocketServerTest.cpp294 const std::vector<std::string> &algorithms) { in __anon487d28ab1902()
H A Dtls_socket_server_branch_test.cpp541 sockFd, [&callbackCalled](int32_t errorNumber, const std::vector<std::string> &algorithms) { in __anonee3477b50902()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocket_exec.cpp240 …GetSignatureAlgorithms([&context](int32_t errorNumber, const std::vector<std::string> &algorithms) in ExecGetSignatureAlgorithms()
H A Dtlssocketserver_exec.cpp176 … context->clientId_, [&context](int32_t errorNumber, const std::vector<std::string> &algorithms) { in ExecGetSignatureAlgorithms()
/ohos5.0/foundation/communication/netstack/test/fuzztest/socket/fuzztest/tlssocket_fuzzer/
H A Dtls_socket_fuzzer.cpp81 …sSocket.GetSignatureAlgorithms([](int32_t errorNumber, const std::vector<std::string> &algorithms) in BindFuzzTest()
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket.cpp705 …Socket::CallGetSignatureAlgorithmsCallback(int32_t err, const std::vector<std::string> &algorithms, in CallGetSignatureAlgorithmsCallback()