Home
last modified time | relevance | path

Searched defs:client_ctx (Results 1 – 11 of 11) sorted by relevance

/third_party/libuv/test/
Dbenchmark-multi-accept.c75 struct client_ctx { struct
76 handle_storage_t client_handle;
77 unsigned int num_connects;
78 uv_connect_t connect_req;
79 uv_idle_t idle_handle;
/third_party/openssl/test/helpers/
Dhandshake_srp.c42 SSL_CTX *client_ctx, in configure_handshake_ctx_for_srp()
Dhandshake.c486 SSL_CTX *client_ctx, in configure_handshake_ctx()
1394 SSL_CTX *server_ctx, SSL_CTX *server2_ctx, SSL_CTX *client_ctx, in do_handshake_internal()
1721 SSL_CTX *client_ctx, SSL_CTX *resume_server_ctx, in do_handshake()
/third_party/openssl/test/
Dcmp_server_test.c65 OSSL_CMP_CTX *client_ctx; in execute_test_handle_request() local
Dssl_test.c397 SSL_CTX *server_ctx = NULL, *server2_ctx = NULL, *client_ctx = NULL, in test_handshake() local
/third_party/node/deps/openssl/openssl/fuzz/
Dcmp.c172 OSSL_CMP_CTX *client_ctx = OSSL_CMP_CTX_new(NULL, NULL); in FuzzerTestOneInput() local
/third_party/openssl/fuzz/
Dcmp.c172 OSSL_CMP_CTX *client_ctx = OSSL_CMP_CTX_new(NULL, NULL); in FuzzerTestOneInput() local
/third_party/mbedtls/library/
Dnet_sockets.c351 mbedtls_net_context *client_ctx,
/third_party/openssl/crypto/cmp/
Dcmp_server.c649 OSSL_CMP_MSG *OSSL_CMP_CTX_server_perform(OSSL_CMP_CTX *client_ctx, in OSSL_CMP_CTX_server_perform()
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_server.c649 OSSL_CMP_MSG *OSSL_CMP_CTX_server_perform(OSSL_CMP_CTX *client_ctx, in OSSL_CMP_CTX_server_perform()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs1341 let mut client_ctx = SslContext::builder(SslMethod::tls()).unwrap(); in stateless() localVariable