aboutsummaryrefslogtreecommitdiff
path: root/sys/crypto/sha1.h
Commit message (Expand)AuthorAgeFilesLines
* Fix C++ includability of crypto headers with static array sizesAlan Somers2016-10-181-1/+1
* crypto routines: Hint minimum buffer sizes to the compilerConrad Meyer2016-05-261-6/+6
* Break up opencrypto/xform.c so it can be reused piecemealAllan Jude2015-12-301-1/+1
* Remove __P.Alfred Perlstein2002-03-201-4/+4
* Fix broken const'ness in declaration of sha1_loop().Archie Cobbs2000-10-091-2/+2
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-7/+8
* Fix bogus const-ness in declaration of sha1_loop().Archie Cobbs2000-04-091-1/+1
* Prototype fix for IPsec authentication related functionsYoshinobu Inoue2000-02-101-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-0/+71