aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/xform_aes_icm.c
Commit message (Expand)AuthorAgeFilesLines
* Improve support for stream ciphers in the software encryption interface.John Baldwin2020-05-221-8/+29
* Various cleanups to the software encryption transform interface.John Baldwin2020-05-201-49/+42
* Use 'const' for keys and IVs passed to software encryption algorithms.John Baldwin2019-08-221-9/+9
* Add AES-CCM encryption, and plumb into OCF.Sean Eric Fagan2019-02-151-0/+28
* opencrypto AES-ICM: Fix heap corruption typoConrad Meyer2016-08-011-1/+1
* Break up opencrypto/xform.c so it can be reused piecemealAllan Jude2015-12-301-0/+152