aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/cryptosoft.c
Commit message (Expand)AuthorAgeFilesLines
* Let cryptosoft(4) add its pseudo-device with a specific unit number and itsMarius Strobl2010-11-141-2/+2
* Add support for AES-XTS.Pawel Jakub Dawidek2010-09-231-5/+59
* Add comments trying to explain what bad things happen here, i.e.Bjoern A. Zeeb2010-01-091-1/+18
* In case the compression result is the same size as the orignal version,Bjoern A. Zeeb2009-11-291-1/+1
* Fix return type for detach routine (should be int)Warner Losh2009-02-051-2/+3
* While OpenBSD's crypto/ framework has sha1 and md5 implementations thatBjoern A. Zeeb2009-01-281-1/+6
* Don't hang if encrypting/decrypting using struct iovecs where one of theDoug Rabson2008-10-301-0/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-7/+7
* 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