summaryrefslogtreecommitdiffstats
path: root/examples/speed.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop <cryptodev.h>Miloslav Trmač2010-08-241-92/+3
| | | | Also drop implementation of its ioctls, examples, openssl patch.
* Compare cryptodev to NCR on a fair basis.Nikos Mavrogiannopoulos2010-08-231-24/+24
|
* removed the data type.Nikos Mavrogiannopoulos2010-07-261-113/+0
|
* Added the NCR-DIRECT to speed test.Nikos Mavrogiannopoulos2010-07-241-4/+89
|
* Added a support for reading session data directly from userspace.Nikos Mavrogiannopoulos2010-07-241-2/+3
|
* Simplified the session_op structure and combined the OP_SIGN with the OP_DIGESTNikos Mavrogiannopoulos2010-07-241-2/+2
| | | | for digest algorithms.
* Splitted key from key_params structure. Also separated dsa from rsa ↵Nikos Mavrogiannopoulos2010-07-231-1/+1
| | | | structure in params.
* Minor fixes in example programs.Nikos Mavrogiannopoulos2010-07-231-0/+1
|
* Append_flag was removed.Nikos Mavrogiannopoulos2010-07-231-1/+0
|
* Revert "initial support for userspace data."Nikos Mavrogiannopoulos2010-07-231-105/+1
| | | | This reverts commit e7828004e40592c8cffc9235f72440c802905e16.
* initial support for userspace data.Nikos Mavrogiannopoulos2010-07-211-1/+105
|
* Added NULL cipher and a speed program to compare old cryptodev operations ↵Nikos Mavrogiannopoulos2010-07-191-5/+120
| | | | and ncr ones.
* Backported zero copy /dev/crypto operations from master.Nikos Mavrogiannopoulos2010-07-191-0/+169