aboutsummaryrefslogtreecommitdiff
path: root/sys/opencrypto/skipjack.c
Commit message (Expand)AuthorAgeFilesLines
* Remove support for the skipjack encryption algorithm.John Baldwin2020-05-111-260/+0
* Use 'const' for keys and IVs passed to software encryption algorithms.John Baldwin2019-08-221-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+4
* In-kernel crypto framework derived from openbsd. This facility providesSam Leffler2002-10-041-0/+258