aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/chacha20/chacha-sw.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: Re-add encrypt/decrypt_multi hooks to enc_xform.John Baldwin2022-01-111-2/+12
* crypto: Permit variable-sized IVs for ciphers with a reinit hook.John Baldwin2021-10-061-2/+3
* crypto: Constify all transform descriptorsMark Johnston2021-07-261-1/+1
* Consistently use C99 fixed-width types in the in-kernel crypto code.John Baldwin2020-11-031-1/+1
* Improve support for stream ciphers in the software encryption interface.John Baldwin2020-05-221-4/+5
* Various cleanups to the software encryption transform interface.John Baldwin2020-05-201-30/+8
* Use 'const' for keys and IVs passed to software encryption algorithms.John Baldwin2019-08-221-2/+2
* opencrypto: Integrate Chacha20 algorithm into OCFConrad Meyer2018-03-291-0/+78