summaryrefslogtreecommitdiff
path: root/sys/crypto/sha1.c
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
2020-11-03Replace some K&R function definitions with ANSI C.John Baldwin
2020-11-03Consistently use C99 fixed-width types in the in-kernel crypto code.John Baldwin
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-26crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer
2003-06-10Use __FBSDID().David E. O'Brien
2002-03-20Remove __P.Alfred Perlstein
2001-06-11Sync with recent KAME.Hajimu UMEMOTO
2000-10-09Fix broken const'ness in declaration of sha1_loop().Archie Cobbs
2000-07-04sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino
2000-04-09Fix bogus const-ness in declaration of sha1_loop().Archie Cobbs
2000-02-10Prototype fix for IPsec authentication related functionsYoshinobu Inoue
1999-12-22IPSEC support in the kernel.Yoshinobu Inoue