Searched refs:tickets (Results 1 - 7 of 7) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-tls-session-cache.js | 35 doTest({ tickets: false }, function() { 36 doTest({ tickets: true }, function() { 37 doTest({ tickets: false, invalidSession: true }, function() { 109 ].concat(testOptions.tickets ? [] : '-no_ticket'); 147 if (testOptions.tickets) {
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Renderer.hpp | 141 static void run(vk::Device *device, const marl::Loan<DrawCall> &draw, marl::Ticket::Queue *tickets, marl::Ticket::Queue clusterQueues[MaxClusterCount]);
|
H A D | Renderer.cpp | 482 void DrawCall::run(vk::Device *device, const marl::Loan<DrawCall> &draw, marl::Ticket::Queue *tickets, marl::Ticket::Queue clusterQueues[MaxClusterCount]) in run() argument 490 auto ticket = tickets->take(); in run()
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_client2.c | 201 " tickets=%%d default: 1 (enabled)\n" 517 int tickets; /* enable / disable session tickets */ member 965 opt.tickets = DFL_TICKETS; in main() 1218 } else if (strcmp(p, "tickets") == 0) { in main() 1219 opt.tickets = atoi(q); in main() 1220 if (opt.tickets < 0) { in main() 1932 mbedtls_ssl_conf_session_tickets(&conf, opt.tickets); in main()
|
H A D | ssl_server2.c | 286 " tickets=%%d default: 1 (enabled)\n" \ 660 int tickets; /* enable / disable session tickets */ member 1738 opt.tickets = DFL_TICKETS; in main() 2172 } else if (strcmp(p, "tickets") == 0) { in main() 2173 opt.tickets = atoi(q); in main() 2174 if (opt.tickets < 0) { in main() 2954 if (opt.tickets != MBEDTLS_SSL_SESSION_TICKETS_DISABLED) { in main() 2981 mbedtls_ssl_conf_new_session_tickets(&conf, opt.tickets); in main()
|
/third_party/ffmpeg/tests/fate/ |
H A D | matroska.mak | 93 # This tests the scenario like tickets #4536, #5784 where
|
/third_party/mbedtls/tests/ |
H A D | ssl-opt.sh | 437 *[-_\ =]tickets=[^0]*) 3734 run_test "Session resume using tickets: basic" \ 3735 "$P_SRV debug_level=3 tickets=1" \ 3736 "$P_CLI force_version=tls12 debug_level=3 tickets=1 reconnect=1" \ 3748 run_test "Session resume using tickets: manual rotation" \ 3749 "$P_SRV debug_level=3 tickets=1 ticket_rotate=1" \ 3750 "$P_CLI force_version=tls12 debug_level=3 tickets=1 reconnect=1" \ 3762 run_test "Session resume using tickets: cache disabled" \ 3763 "$P_SRV debug_level=3 tickets=1 cache_max=0" \ 3764 "$P_CLI force_version=tls12 debug_level=3 tickets [all...] |
Completed in 17 milliseconds