aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/xform_aes_icm.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* crypto: Re-add encrypt/decrypt_multi hooks to enc_xform.John Baldwin2022-01-111-6/+38
* crypto: Refactor software support for AEAD ciphers.John Baldwin2021-12-091-17/+103
* crypto: Support multiple nonce lengths for AES-CCM.John Baldwin2021-10-061-4/+3
* crypto: Permit variable-sized IVs for ciphers with a reinit hook.John Baldwin2021-10-061-8/+14
* crypto: Constify all transform descriptorsMark Johnston2021-07-261-3/+3
* 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