summaryrefslogtreecommitdiff
path: root/lib/cryptodev.c
Commit message (Expand)AuthorAgeFilesLines
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-25/+25
* Fix syntax-check warning.Simon Josefsson2010-10-141-1/+1
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-40/+50
* Updated cryptodev code to support the linux cryptodev extensions.Nikos Mavrogiannopoulos2010-10-021-56/+187
* Explicitely terminate cryptodev sessions.Nikos Mavrogiannopoulos2010-06-191-0/+5
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Indent. Don't include fcntl.h and sys/ioctl.h on (for example) Windows.Simon Josefsson2010-02-171-163/+191
* Update copyright years.Simon Josefsson2010-01-271-1/+1
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* define EALG_MAX_BLOCK_LEN if not there.Nikos Mavrogiannopoulos2009-12-181-0/+4
* Corrected compilation issues.Nikos Mavrogiannopoulos2009-12-011-4/+4
* corrected old type.Nikos Mavrogiannopoulos2009-11-301-2/+2
* Only include cryptodev.h if cryptodev is there.Nikos Mavrogiannopoulos2009-11-301-1/+2
* Added cryptodev support (/dev/crypto). Tested with http://www.logix.cz/michal...Nikos Mavrogiannopoulos2009-11-291-0/+255