Searched defs:server_ctx (Results 1 – 5 of 5) sorted by relevance
| /third_party/libuv/test/ |
| D | benchmark-multi-accept.c | 67 struct server_ctx { struct 68 handle_storage_t server_handle; 69 unsigned int num_connects; 70 uv_async_t async_handle; 71 uv_thread_t thread_id; 72 uv_sem_t semaphore;
|
| /third_party/openssl/test/helpers/ |
| D | handshake_srp.c | 41 int configure_handshake_ctx_for_srp(SSL_CTX *server_ctx, SSL_CTX *server2_ctx, in configure_handshake_ctx_for_srp()
|
| D | handshake.c | 485 static int configure_handshake_ctx(SSL_CTX *server_ctx, SSL_CTX *server2_ctx, in configure_handshake_ctx() 1394 SSL_CTX *server_ctx, SSL_CTX *server2_ctx, SSL_CTX *client_ctx, in do_handshake_internal() 1720 HANDSHAKE_RESULT *do_handshake(SSL_CTX *server_ctx, SSL_CTX *server2_ctx, in do_handshake()
|
| /third_party/openssl/test/ |
| D | ssl_test.c | 397 SSL_CTX *server_ctx = NULL, *server2_ctx = NULL, *client_ctx = NULL, in test_handshake() local
|
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
| D | mod.rs | 1346 let mut server_ctx = SslContext::builder(SslMethod::tls()).unwrap(); in stateless() localVariable
|