[android-kernel] Re: Secure Data Transmission

2009-10-20 Thread Jerome Hwang
; > On Tue, Oct 20, 2009 at 8:40 AM, Jerome Hwang wrote: > > > yea you can say that as "encrypted channel" > > > I just want to study how Applications now use what kind of functions > > or ways to transmit data to kernel > > so probably later I can try to

[android-kernel] Re: Secure Data Transmission

2009-10-20 Thread Jerome Hwang
ract the data again in kernel do some > stuff on it and then transmit? > Why not do all your data manipulation in the app layer itself and just use > the kernel layer to do the transport handling? > > > > On Tue, Oct 20, 2009 at 6:28 AM, Jerome Hwang wrote: > > > H

[android-kernel] Secure Data Transmission

2009-10-20 Thread Jerome Hwang
Hi All, I recently want to write a driver tunneling stuff but first I have to figure out what are the Secure ways to transfer data from "Application Framework" and "Library" to Kernel. Any Idea? thanks, Jerome Hwang --~--~-~--~~~---~--~~