aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/cryptosoft.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Integrate the Camellia Block Cipher. For more information see RFC 4132George V. Neville-Neil2007-05-091-0/+6
* Overhaul driver/subsystem api's:Sam Leffler2007-03-211-45/+89
* Use newly added functions to simplify the code.Pawel Jakub Dawidek2006-06-041-82/+54
* Move COPYDATA() and COPYBACK() macros to cryptodev.h, they will be usedPawel Jakub Dawidek2006-06-041-27/+0
* Rename HMAC_BLOCK_MAXLEN to HMAC_MAX_BLOCK_LEN to be consistent withPawel Jakub Dawidek2006-06-041-4/+4
* Rename AALG_MAX_RESULT_LEN to HASH_MAX_LEN to look more constent withPawel Jakub Dawidek2006-06-041-1/+1
* Kill an unused argument.Pawel Jakub Dawidek2006-06-041-5/+5
* - Fix a very old bug in HMAC/SHA{384,512}. When HMAC is using SHA384Pawel Jakub Dawidek2006-05-171-89/+147
* - Simplify the code by using arc4rand(9) instead of arc4random(9) in a loop.Pawel Jakub Dawidek2006-04-101-22/+3
* Fix memory leak which occurs when crypto.ko module is unloaded.Pawel Jakub Dawidek2006-03-281-0/+9
* refer opencrypto/cast.h directly.Hajimu UMEMOTO2005-03-111-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add CRD_F_KEY_EXPLICIT which allows the key to be changed perPoul-Henning Kamp2004-02-021-0/+10
* style(9) pass and type fixups.Bruce M Simpson2003-12-161-1/+1
* Push m_apply() and m_getptr() up into the colleciton of standard mbufBruce M Simpson2003-12-151-8/+1
* Add support to eliminate a context switch per crypto op when using theSam Leffler2003-06-271-2/+2
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Change iov_base's type from `char *' to the standard `void *'. AllMike Barcroft2002-10-111-1/+1
* In-kernel crypto framework derived from openbsd. This facility providesSam Leffler2002-10-041-0/+1025