summaryrefslogtreecommitdiff
path: root/sys/crypto/des
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2020-12-05Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer
2020-11-03Consistently use C99 fixed-width types in the in-kernel crypto code.John Baldwin
2019-08-26Stop using des_cblock * for arguments to DES functions.John Baldwin
2019-08-22Use 'const' for keys and IVs passed to software encryption algorithms.John Baldwin
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2004-06-14Use __FBSDID().David E. O'Brien
2003-04-21Assembly files put thru the C preprocessor need to have C style comments.David E. O'Brien
2002-04-19just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke
2002-03-20Remove __P.Alfred Perlstein
2002-03-05- Speedup 3DES by using assembly code for i386.Hajimu UMEMOTO
2001-07-03properly check DES weak key. KAME PR 363.Hajimu UMEMOTO
2001-06-11Sync with recent KAME.Hajimu UMEMOTO
2000-07-04sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-12-22IPSEC support in the kernel.Yoshinobu Inoue