Home
last modified time | relevance | path

Searched defs:server_ctx (Results 1 – 5 of 5) sorted by relevance

/third_party/libuv/test/
Dbenchmark-multi-accept.c67 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/
Dhandshake_srp.c41 int configure_handshake_ctx_for_srp(SSL_CTX *server_ctx, SSL_CTX *server2_ctx, in configure_handshake_ctx_for_srp()
Dhandshake.c485 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/
Dssl_test.c397 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/
Dmod.rs1346 let mut server_ctx = SslContext::builder(SslMethod::tls()).unwrap(); in stateless() localVariable