summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto/cryptosoft.c
Commit message (Expand)AuthorAgeFilesLines
* Overhaul driver/subsystem api's:sam2007-03-211-45/+89
* Use newly added functions to simplify the code.pjd2006-06-041-82/+54
* Move COPYDATA() and COPYBACK() macros to cryptodev.h, they will be usedpjd2006-06-041-27/+0
* Rename HMAC_BLOCK_MAXLEN to HMAC_MAX_BLOCK_LEN to be consistent withpjd2006-06-041-4/+4
* Rename AALG_MAX_RESULT_LEN to HASH_MAX_LEN to look more constent withpjd2006-06-041-1/+1
* Kill an unused argument.pjd2006-06-041-5/+5
* - Fix a very old bug in HMAC/SHA{384,512}. When HMAC is using SHA384pjd2006-05-171-89/+147
* - Simplify the code by using arc4rand(9) instead of arc4random(9) in a loop.pjd2006-04-101-22/+3
* Fix memory leak which occurs when crypto.ko module is unloaded.pjd2006-03-281-0/+9
* refer opencrypto/cast.h directly.ume2005-03-111-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Add CRD_F_KEY_EXPLICIT which allows the key to be changed perphk2004-02-021-0/+10
* style(9) pass and type fixups.bms2003-12-161-1/+1
* Push m_apply() and m_getptr() up into the colleciton of standard mbufbms2003-12-151-8/+1
* Add support to eliminate a context switch per crypto op when using thesam2003-06-271-2/+2
* Use __FBSDID().obrien2003-06-111-1/+3
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
* In-kernel crypto framework derived from openbsd. This facility providessam2002-10-041-0/+1025
OpenPOWER on IntegriCloud