const google.golang.org/grpc/credentials/alts/internal/conn.MsgLenFieldSize

8 uses

	google.golang.org/grpc/credentials/alts/internal/conn (current package)
		common.go#L57: 	if len(b) < MsgLenFieldSize {
		common.go#L60: 	msgLenField := b[:MsgLenFieldSize]
		common.go#L69: 	return b[:MsgLenFieldSize+length], b[MsgLenFieldSize+length:], nil
		record.go#L52: 	MsgLenFieldSize = 4
		record.go#L112: 	overhead := MsgLenFieldSize + msgTypeFieldSize + crypto.EncryptionOverhead()
		record.go#L180: 		msg := framedMsg[MsgLenFieldSize:]
		record.go#L242: 			msg := p.writeBuf[writeBufIndex+MsgLenFieldSize:]