Passing data to AES from kernel_sendmsg

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Time
    New Member
    • Jan 2010
    • 77

    Passing data to AES from kernel_sendmsg

    hello,
    I have to add AES encryption in the process of data communication between 2 pc's which are on same LAN.
    It has to be done in the project of USB over IP, which enables us to have full functionality of remote USB device.
    I have figured out the function in the code of that project which actually sends the data, it's KERNEL_SENDMSG and the one which recieves it is KERNEL_RECVMSG.
    Hav also studied AES, but dont' know how exactly i'll pass the dada contents from this funtion to AES.
    Project is implemented in ubuntu.
Working...