Home
last modified time | relevance | path

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

/foundation/communication/netstack/test/unittest/tlssocket/server/
DTlsSocketServerTest.cpp294 const std::vector<std::string> &algorithms) { in __anon49174cb31902()
Dtls_socket_server_branch_test.cpp541 sockFd, [&callbackCalled](int32_t errorNumber, const std::vector<std::string> &algorithms) { in __anon2bb145bd0902()
/foundation/communication/netstack/test/unittest/tls_test/clienTest/
DTlsSocketBranchTest.cpp257 …[](int32_t errCode, const std::vector<std::string> &algorithms) { EXPECT_EQ(errCode, TLS_ERR_SSL_N… in __anonff9f0b340602()
/foundation/communication/netstack/test/unittest/tlssocket/client/
DTlsSocketBranchTest.cpp257 …[](int32_t errCode, const std::vector<std::string> &algorithms) { EXPECT_EQ(errCode, TLS_ERR_SSL_N… in __anonc0b6adb20602()
DTlsSocketCertChainTest.cpp338 [&testSignatureAlgorithms](int32_t errCode, const std::vector<std::string> &algorithms) { in __anone62cb5b52302()
DTlsSocketTest.cpp382 [&signatureAlgorithms](int32_t errCode, const std::vector<std::string> &algorithms) { in __anon318780a42802()
/foundation/communication/netstack/test/unittest/tls_test/client/
DTlsSocketBranchTest.cpp257 …[](int32_t errCode, const std::vector<std::string> &algorithms) { EXPECT_EQ(errCode, TLS_ERR_SSL_N… in __anon7b83b3280602()
DTlsSocketCertChainTest.cpp338 [&testSignatureAlgorithms](int32_t errCode, const std::vector<std::string> &algorithms) { in __anonccd84f6b2302()
DTlsSocketTest.cpp382 [&signatureAlgorithms](int32_t errCode, const std::vector<std::string> &algorithms) { in __anon30b3259a2802()
/foundation/communication/netstack/test/unittest/test_tls/clientTest/
DTlsSocketBranchTest.cpp257 …[](int32_t errCode, const std::vector<std::string> &algorithms) { EXPECT_EQ(errCode, TLS_ERR_SSL_N… in __anon95560b280602()
DTlsSocketCertChainTest.cpp338 [&testSignatureAlgorithms](int32_t errCode, const std::vector<std::string> &algorithms) { in __anon9daba76b2302()
/foundation/communication/netstack/test/fuzztest/socket/fuzztest/tlssocket_fuzzer/
Dtls_socket_fuzzer.cpp81 …Socket->GetSignatureAlgorithms([](int32_t errorNumber, const std::vector<std::string> &algorithms) in BindFuzzTest()
/foundation/communication/netstack/frameworks/js/napi/tls/src/
Dtlssocketserver_exec.cpp183 … context->clientId_, [&context](int32_t errorNumber, const std::vector<std::string> &algorithms) { in ExecGetSignatureAlgorithms()
Dtlssocket_exec.cpp341 …GetSignatureAlgorithms([&context](int32_t errorNumber, const std::vector<std::string> &algorithms) in ExecGetSignatureAlgorithms()
Dtls_socket.cpp678 …Socket::CallGetSignatureAlgorithmsCallback(int32_t err, const std::vector<std::string> &algorithms, in CallGetSignatureAlgorithmsCallback()
/foundation/communication/netstack/test/unittest/tls_test/server/
Dtls_socket_server_branch_test.cpp541 sockFd, [&callbackCalled](int32_t errorNumber, const std::vector<std::string> &algorithms) { in __anond30416b30902()