RE: [PATCH 1/1 v2] crypto: Add CryptoAPI User Interface Support

2008-06-23 Thread Loc Ho
here is no 'aio_read', 'write', and 'read' functions. This would allow striaght map to the current implementation. -Loc -Original Message- From: Evgeniy Polyakov [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2008 5:01 AM To: Loc Ho Cc: Herbert Xu; linux

Re: [PATCH 1/1 v2] crypto: Add CryptoAPI User Interface Support

2008-06-23 Thread Evgeniy Polyakov
Hi. On Thu, Jun 12, 2008 at 01:54:00PM -0700, Loc Ho ([EMAIL PROTECTED]) wrote: > This is CryptoAPI user space interface support patch v2. This version > includes: > > 1. a file descriptor per tfm > 2. Direct I/O for user data buffer (with option for single mapping) > 3. algorithm properties is s

[PATCH 1/1 v2] crypto: Add CryptoAPI User Interface Support

2008-06-12 Thread Loc Ho
Hi Herbert, This is CryptoAPI user space interface support patch v2. This version includes: 1. a file descriptor per tfm 2. Direct I/O for user data buffer (with option for single mapping) 3. algorithm properties is set via I/O control call 4. Per buffer operation is operated via I/O control call