type google.golang.org/grpc/credentials/alts/internal.Handshaker

3 uses

	google.golang.org/grpc/credentials/alts/internal (current package)
		common.go#L57: type Handshaker interface {

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