Home
last modified time | relevance | path

Searched refs:connectWithTls (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/
Dhttp2interop.go230 conn, err := connectWithTls(ctx, config)
255 conn, err := connectWithTls(ctx, config)
293 conn, err := connectWithTls(ctx, config)
386 conn, err = connectWithTls(ctx, config)
413 func connectWithTls(ctx *HTTP2InteropCtx, config *tls.Config) (*CapConn, error) { func
/external/grpc-grpc/tools/http2_interop/
Dhttp2interop.go216 conn, err := connectWithTls(ctx, config)
241 conn, err := connectWithTls(ctx, config)
279 conn, err := connectWithTls(ctx, config)
372 conn, err = connectWithTls(ctx, config)
399 func connectWithTls(ctx *HTTP2InteropCtx, config *tls.Config) (*CapConn, error) { func