aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/xform_aes_xts.c
Commit message (Expand)AuthorAgeFilesLines
* stand: fix build after recent opencrypto changesKyle Evans2021-10-071-0/+2
* crypto: Permit variable-sized IVs for ciphers with a reinit hook.John Baldwin2021-10-061-2/+5
* crypto: Constify all transform descriptorsMark Johnston2021-07-261-1/+1
* Include sys/types.h hereWarner Losh2020-09-151-0/+1
* Various cleanups to the software encryption transform interface.John Baldwin2020-05-201-42/+34
* Use 'const' for keys and IVs passed to software encryption algorithms.John Baldwin2019-08-221-4/+4
* Break up opencrypto/xform.c so it can be reused piecemealAllan Jude2015-12-301-0/+164