summaryrefslogtreecommitdiffstats
path: root/sys/crypto/cryptosoft.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* MALLOC/FREE -> malloc/free ok art@ angelos@nate2000-08-191-19/+14
|
* Fix KPDK mode (based on patch provided by lob@netstream.se)angelos2000-07-211-9/+40
|
* Use crypto_done()angelos2000-06-201-4/+5
|
* Register software Rijndael.angelos2000-06-181-1/+2
|
* Add Rijndael (128-bit blocksize) in the software crypto driver.angelos2000-06-181-7/+7
| | | | Hacking at OpenBSD Crypto 2000 :-)
* OpenBSD tagsderaadt2000-06-061-0/+2
|
* fix cleanup of crypto sessionsderaadt2000-06-061-1/+1
|
* Correct bitmask.angelos2000-04-231-1/+1
|
* Change the type of freesession to take u_int64_t as argument.angelos2000-04-231-1/+2
|
* Add a few newlines for readability.angelos2000-04-181-0/+1
|
* Better support for weird IV schemes (like ESP half-IV, or the swapangelos2000-03-291-47/+23
| | | | encryption block-number IV).
* Add CRD_F_IV_PRESENT, to indicate encryption requests where anangelos2000-03-251-6/+22
| | | | | | explicit IV preceeds the data to be encrypted. Nice weather in Australia...
* move software crypto engine out of main crypto.cderaadt2000-03-201-0/+1
|
* split crypto driver front-end from software crypto enginederaadt2000-03-191-0/+762