google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp.StartServerHandshakeReq.GetInBytes (method)

3 uses

	google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
		handshaker.pb.go#L482: func (m *StartServerHandshakeReq) GetInBytes() []byte {

	google.golang.org/grpc/credentials/alts/internal/handshaker
		handshaker.go#L290: 		if resp.GetBytesConsumed() > uint32(len(req.GetServerStart().GetInBytes())) {
		handshaker.go#L293: 		extra = req.GetServerStart().GetInBytes()[resp.GetBytesConsumed():]