Home
last modified time | relevance | path

Searched defs:server_ctx (Results 1 – 4 of 4) 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/
Dhandshake_helper.c500 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()
Dssl_test.c394 SSL_CTX *server_ctx = NULL, *server2_ctx = NULL, *client_ctx = NULL, in test_handshake() local
/third_party/grpc/src/core/lib/security/transport/
Dserver_auth_filter.cc61 grpc_server_security_context* server_ctx = in call_data() local