Home
last modified time | relevance | path

Searched defs:suite (Results 1 – 10 of 10) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/tls/src/
Dtlssocket_exec.cpp96 … tlsSocket->GetCipherSuite([&context](int32_t errorNumber, const std::vector<std::string> &suite) { in ExecGetCipherSuites()
Dtlssocketserver_exec.cpp100 … [&context](int32_t errorNumber, const std::vector<std::string> &suite) { in ExecGetCipherSuites()
/foundation/communication/netstack/test/unittest/tlssocket/client/
DTlsSocketBranchTest.cpp385 …[](int32_t errCode, const std::vector<std::string> &suite) { EXPECT_EQ(errCode, TLS_ERR_SSL_NULL);… in __anon26b72cd10802()
DTlsSocketCertChainOneWayTest.cpp336 server.GetCipherSuite([&cipherSuite](int32_t errCode, const std::vector<std::string> &suite) { in __anonab02f0271c02()
DTlsSocketOneWayTest.cpp351 server.GetCipherSuite([&cipherSuite](int32_t errCode, const std::vector<std::string> &suite) { in __anon68257f761d02()
DTlsSocketUnilateralConnection.cpp419 server.GetCipherSuite([&cipherSuite](int32_t errCode, const std::vector<std::string> &suite) { in __anonad3c62a41e02()
DTlsSocketCertChainTest.cpp355 server.GetCipherSuite([&cipherSuite](int32_t errCode, const std::vector<std::string> &suite) { in __anond1e1d4741f02()
DTlsSocketTest.cpp369 server.GetCipherSuite([&cipherSuite](int32_t errCode, const std::vector<std::string> &suite) { in __anone59ad4832002()
/foundation/communication/netstack/test/fuzztest/socket/fuzztest/tlssocket_fuzzer/
Dtls_socket_fuzzer.cpp80 tlsSocket.GetCipherSuite([](int32_t errorNumber, const std::vector<std::string> &suite) {}); in BindFuzzTest()
/foundation/communication/netstack/frameworks/native/tls_socket/src/
Dtls_socket.cpp574 void TLSSocket::CallGetCipherSuiteCallback(int32_t err, const std::vector<std::string> &suite, in CallGetCipherSuiteCallback()