summaryrefslogtreecommitdiffstats
path: root/sys/crypto/sha1.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC r292963:Luiz Otavio O Souza2016-05-121-1/+1
| | | | | | | | | | | | | | | | | | | Break up opencrypto/xform.c so it can be reused piecemeal Keep xform.c as a meta-file including the broken out bits existing code that includes xform.c continues to work as normal Individual algorithms can now be reused elsewhere, including outside of the kernel Reviewed by: bapt (previous version), gnn, delphij Approved by: secteam MFC after: 1 week Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D4674 TAG: IPSEC-HEAD (cherry picked from commit 271bb86c6bc2052797fce3ea16d42b3a60ec388c)
* Remove __P.alfred2002-03-201-4/+4
|
* Fix broken const'ness in declaration of sha1_loop().archie2000-10-091-2/+2
|
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-7/+8
| | | | | | | API changes: - additional IPv6 ioctls - IPsec PF_KEY API was changed, it is mandatory to upgrade setkey(8). (also syntax change)
* Fix bogus const-ness in declaration of sha1_loop().archie2000-04-091-1/+1
|
* Prototype fix for IPsec authentication related functionsshin2000-02-101-1/+1
| | | | | | | | | | | | Some of IPsec authentication related functions should have 'const' for its 2nd argument, but not now. But if someone try to use them, and passed const data for those functions, then much bogus compile warnings will be generated. So those funcs prototype should be modified. Requested by: archie Approved by: jkh
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* IPSEC support in the kernel.shin1999-12-221-0/+71
pr_input() routines prototype is also changed to support IPSEC and IPV6 chained protocol headers. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud