Home
last modified time | relevance | path

Searched refs:on_handshake_done (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/test/core/handshake/
Dreadahead_handshaker_server_ssl.cc60 grpc_closure* on_handshake_done, in DoHandshake() argument
62 grpc_endpoint_read(args->endpoint, args->read_buffer, on_handshake_done, in DoHandshake()
/third_party/grpc/src/core/lib/channel/
Dhandshaker.h83 grpc_closure* on_handshake_done,
133 grpc_iomgr_cb_func on_handshake_done, void* user_data);
Dhandshaker.cc210 grpc_iomgr_cb_func on_handshake_done, in DoHandshake() argument
235 GRPC_CLOSURE_INIT(&on_handshake_done_, on_handshake_done, &args_, in DoHandshake()
/third_party/grpc/src/core/ext/filters/client_channel/
Dhttp_connect_handshaker.cc52 grpc_closure* on_handshake_done,
280 grpc_closure* on_handshake_done, in DoHandshake() argument
294 ExecCtx::Run(DEBUG_LOCATION, on_handshake_done, GRPC_ERROR_NONE); in DoHandshake()
326 on_handshake_done_ = on_handshake_done; in DoHandshake()
/third_party/grpc/test/core/security/
Dssl_server_fuzzer.cc45 static void on_handshake_done(void* arg, grpc_error* error) { in on_handshake_done() function
105 on_handshake_done, &state); in LLVMFuzzerTestOneInput()
/third_party/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc55 grpc_closure* on_handshake_done,
467 grpc_closure* on_handshake_done, in DoHandshake() argument
472 on_handshake_done_ = on_handshake_done; in DoHandshake()
492 grpc_closure* on_handshake_done, in DoHandshake() argument
494 ExecCtx::Run(DEBUG_LOCATION, on_handshake_done, in DoHandshake()
/third_party/grpc/src/core/lib/http/
Dhttpcli_security_connector.cc163 static void on_handshake_done(void* arg, grpc_error* error) { in on_handshake_done() function
209 /*acceptor=*/nullptr, on_handshake_done, in ssl_handshake()
Dhttpcli.cc172 static void on_handshake_done(void* arg, grpc_endpoint* ep) { in on_handshake_done() function
194 req->deadline, on_handshake_done); in on_connected()