aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/xform_null.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* opencrypto: fix null esp cryptKonstantin Belousov2022-10-251-1/+5
* crypto: Fix the NULL_HMAC finalizerMark Johnston2022-07-011-2/+1
* crypto: Re-add encrypt/decrypt_multi hooks to enc_xform.John Baldwin2022-01-111-1/+9
* crypto: Constify all transform descriptorsMark Johnston2021-07-261-2/+2
* Consistently use C99 fixed-width types in the in-kernel crypto code.John Baldwin2020-11-031-4/+4
* Adjust crypto_apply function callbacks for OCF.John Baldwin2020-06-101-4/+4
* Various cleanups to the software encryption transform interface.John Baldwin2020-05-201-26/+14
* Use 'const' for keys and IVs passed to software encryption algorithms.John Baldwin2019-08-221-2/+2
* opencrypto: Use C99 initializers for auth_hash instancesConrad Meyer2017-09-261-4/+12
* opencrypto: Loosen restriction on HMAC key sizesConrad Meyer2017-09-261-1/+1
* Break up opencrypto/xform.c so it can be reused piecemealAllan Jude2015-12-301-0/+136