Re: [Cryptodev-linux-devel] [PATCH 8/8] add async versions of the code samples

2010-10-24 Thread Nikos Mavrogiannopoulos
Hello Phil, Thanks you for the patchset. I've just commited it. I've also applied some changes, such as not copying the "mac" field on every operation. regards, Nikos ___ Cryptodev-linux-devel mailing list Cryptodev-linux-devel@gna.org https://mail.gna

[Cryptodev-linux-devel] [PATCH 8/8] add async versions of the code samples

2010-10-21 Thread Phil Sutter
--- .gitignore |3 + examples/Makefile |9 +- examples/async_cipher.c | 281 + examples/async_hmac.c | 292 +++ examples/async_speed.c | 197 +++ exa