Re: [PATCHv3 14/16] staging: usbip: Add encryption support to kernel

2013-09-30 Thread Dan Carpenter
There are still some checking ERR_PTR instead of NULL and some wrong return codes left over. On Sat, Sep 28, 2013 at 07:42:51PM +0200, Dominik Paulus wrote: > This adds code performing the actual encryption and authentication > operations in the usbip kernel code. The whole data stream may now be

[PATCHv3 14/16] staging: usbip: Add encryption support to kernel

2013-09-28 Thread Dominik Paulus
This adds code performing the actual encryption and authentication operations in the usbip kernel code. The whole data stream may now be encrypted and authenticated with AES-GCM and symmetric 128 bit keys. Signed-off-by: Dominik Paulus Signed-off-by: Tobias Polzer --- drivers/staging/usbip/Kcon