func google.golang.org/grpc/credentials/alts/internal/handshaker.NewClientHandshaker

2 uses

	google.golang.org/grpc/credentials/alts/internal/handshaker (current package)
		handshaker.go#L160: func NewClientHandshaker(ctx context.Context, conn *grpc.ClientConn, c net.Conn, opts *ClientHandshakerOptions) (core.Handshaker, error) {

	google.golang.org/grpc/credentials/alts
		alts.go#L200: 	chs, err := handshaker.NewClientHandshaker(ctx, hsConn, rawConn, opts)