aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/xform_enc.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* opencrypto/xform_*.h: Trim scope of included headers.John Baldwin2022-01-251-2/+2
* crypto: Re-add encrypt/decrypt_multi hooks to enc_xform.John Baldwin2022-01-111-2/+14
* crypto: Add support for the XChaCha20-Poly1305 AEAD cipher.John Baldwin2022-01-111-0/+1
* crypto: Consistently use AES instead of Rijndael128 for the AES-CBC cipher.John Baldwin2021-12-161-1/+1
* crypto: Refactor software support for AEAD ciphers.John Baldwin2021-12-091-0/+7
* crypto: Permit variable-sized IVs for ciphers with a reinit hook.John Baldwin2021-10-061-1/+1
* crypto: Constify all transform descriptorsMark Johnston2021-07-261-11/+11
* Add an OCF algorithm for ChaCha20-Poly1305 AEAD.John Baldwin2021-02-181-0/+1
* Consistently use C99 fixed-width types in the in-kernel crypto code.John Baldwin2020-11-031-7/+7
* Improve support for stream ciphers in the software encryption interface.John Baldwin2020-05-221-6/+11
* Fix libstand build breakage after r361298.John Baldwin2020-05-201-0/+3
* Various cleanups to the software encryption transform interface.John Baldwin2020-05-201-8/+7
* Trim a few more things I missed from xform_enc.h.John Baldwin2020-05-131-2/+0
* Remove support for DES and Triple DES from OCF.John Baldwin2020-05-111-2/+0
* Remove support for the Blowfish algorithm from OCF.John Baldwin2020-05-111-1/+0
* Remove support for the ARC4 algorithm from OCF.John Baldwin2020-05-111-1/+0
* Remove support for the skipjack encryption algorithm.John Baldwin2020-05-111-2/+0
* Remove support for the cast128 encryption algorithm.John Baldwin2020-05-111-2/+0
* Miscellaneous typo fixesEd Maste2020-02-071-1/+1
* Use 'const' for keys and IVs passed to software encryption algorithms.John Baldwin2019-08-221-2/+2
* Add AES-CCM encryption, and plumb into OCF.Sean Eric Fagan2019-02-151-0/+1
* opencrypto: Integrate Chacha20 algorithm into OCFConrad Meyer2018-03-291-1/+2
* opencrypto: Add mechanism to pass multiple crypto blocks to some ciphersConrad Meyer2018-03-271-0/+8
* Break up opencrypto/xform.c so it can be reused piecemealAllan Jude2015-12-301-0/+92