Searched defs:server_ctx (Results 1 – 4 of 4) 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/ |
D | handshake_helper.c | 500 static int configure_handshake_ctx(SSL_CTX *server_ctx, SSL_CTX *server2_ctx, in configure_handshake_ctx() 1422 SSL_CTX *server_ctx, SSL_CTX *server2_ctx, SSL_CTX *client_ctx, in do_handshake_internal() 1743 HANDSHAKE_RESULT *do_handshake(SSL_CTX *server_ctx, SSL_CTX *server2_ctx, in do_handshake()
|
D | ssl_test.c | 394 SSL_CTX *server_ctx = NULL, *server2_ctx = NULL, *client_ctx = NULL, in test_handshake() local
|
/third_party/grpc/src/core/lib/security/transport/ |
D | server_auth_filter.cc | 61 grpc_server_security_context* server_ctx = in call_data() local
|