aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/cryptosoft.c
Commit message (Expand)AuthorAgeFilesLines
* Consistently use C99 fixed-width types in the in-kernel crypto code.John Baldwin2020-11-031-2/+2
* Add support for ESN in cryptosoftMarcin Wojtas2020-10-161-4/+7
* Simplify swcr_authcompute() after removal of deprecated algorithms.John Baldwin2020-10-061-29/+6
* crypto(9): add CRYPTO_BUF_VMPAGEAlan Somers2020-08-261-0/+4
* Use zfree() instead of explicit_bzero() and free().John Baldwin2020-06-251-15/+2
* Add support to the crypto framework for separate AAD buffers.John Baldwin2020-06-221-29/+52
* Various optimizations to software AES-CCM and AES-GCM.John Baldwin2020-06-121-118/+205
* Adjust crypto_apply function callbacks for OCF.John Baldwin2020-06-101-4/+3
* Add explicit bzero's of sensitive data in software crypto consumers.John Baldwin2020-06-031-23/+60
* Add support for optional separate output buffers to in-kernel crypto.John Baldwin2020-05-251-207/+186
* Improve support for stream ciphers in the software encryption interface.John Baldwin2020-05-221-24/+38
* Various cleanups to the software encryption transform interface.John Baldwin2020-05-201-58/+30
* Remove MD5 HMAC from OCF.John Baldwin2020-05-111-5/+0
* Remove support for the Blowfish algorithm from OCF.John Baldwin2020-05-111-1/+0
* Remove support for keyed MD5 and SHA1 authentication hashes.John Baldwin2020-05-111-61/+2
* Remove support for the skipjack encryption algorithm.John Baldwin2020-05-111-1/+0
* Remove support for the cast128 encryption algorithm.John Baldwin2020-05-111-1/+0
* Remove incomplete support for plain MD5 from OCF.John Baldwin2020-05-111-3/+0
* Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin2020-04-201-22/+3
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-271-801/+902
* Add AES-CCM encryption, and plumb into OCF.Sean Eric Fagan2019-02-151-3/+83
* Plug memory leak for AES_*_NIST_GMAC algorithms.Andrey V. Elsukov2018-12-131-0/+3
* Add per-session locking to cryptosoft (swcr).Sean Eric Fagan2018-09-261-1/+7
* cryptosoft: Reduce generality of supported algorithm compositionConrad Meyer2018-08-171-61/+65
* crypto(4): Add cryptosoft, cryptodev support for Poly-1305Conrad Meyer2018-08-171-7/+33
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-181-132/+34
* OCF: Add plain hash modesConrad Meyer2018-07-091-1/+34
* OCF: Add CRYPTO_SHA2_224_HMAC modeConrad Meyer2018-07-091-0/+8
* cryptosoft: Do not exceed crd_len around *crypt_multiConrad Meyer2018-04-191-1/+2
* cryptosoft: Remove a dead storeConrad Meyer2018-04-031-3/+3
* opencrypto: Integrate Chacha20 algorithm into OCFConrad Meyer2018-03-291-0/+6
* opencrypto: Add mechanism to pass multiple crypto blocks to some ciphersConrad Meyer2018-03-271-16/+36
* Import Blake2 algorithms (blake2b, blake2s) from libb2Conrad Meyer2018-03-211-0/+32
* cryptosoft(4): Zero plain hash contexts, tooConrad Meyer2018-03-211-1/+3
* Remove a redunant check.John Baldwin2017-12-301-3/+1
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+1
* Don't leak a session and lock if a GMAC key has an invalid length.John Baldwin2017-04-051-1/+4
* Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsecJohn-Mark Gurney2015-08-041-2/+6
* we may get here w/ non-sleepable locks held, so switch to _NOWAIT whenJohn-Mark Gurney2015-07-071-1/+3
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedJohn-Mark Gurney2014-12-121-313/+405
* some minor clean up.. Always _ZERO memory so mtx_init won't panic...John-Mark Gurney2014-03-111-1/+1
* Prevent races in accesses of the software crypto session array.Benno Rice2014-01-281-12/+55
* 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