summaryrefslogtreecommitdiff
path: root/sys/crypto/blowfish
AgeCommit message (Expand)Author
2022-04-16fix various typos in comments and log messages.andvar
2021-10-15fix typos in comments.andvar
2019-02-04add fallthru comments. i considered patching makefiles to ignoremrg
2014-01-01Create modules for software crypto components.pgoyette
2009-06-30Apply const where necessary (XXX: where is bf_locl.org?)pooka
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2007-12-11use __KERNEL_RCSID()lukem
2005-12-11merge ktrace-lwp.christos
2005-06-03Constify, to make it compile (at least).martin
2005-05-30sprinkle constchristos
2005-02-26nuke trailing whitespaceperry
2003-11-28s/netbsd.org/NetBSD.org/gkeihan
2003-08-27Add missing RCS ID.thorpej
2003-08-27Fix build problem caused by adding "const", remove "register" usage.tron
2003-08-26* Const poison, ANSI'ify, like newer OpenSSL Blowfish code.thorpej
2002-11-12add non-ELF .alignitohy
2002-10-11* Move config defns for the crypto algorithms into their own files.thorpej
2002-09-08Modified to avoid compiler warnings. The specific warning relatedelric
2002-09-07Include <sys/types.h> to allow compilation to occur.elric
2002-09-07repoint include file for kernel use.elric
2002-02-27sync blowfish function prototype between i386 assembly and C.itojun
2001-11-13add RCSIDslukem
2001-09-09Add asm versions of blowfish and des transforms for i386.tls
2001-09-09Add asm versions of blowfish and des transforms for i386.tls
2001-05-27remove files we no longer need/maintain. sync with kameitojun
2001-02-21make some more constant arrays 'const'jdolecek
2000-11-06sync with kame.itojun
2000-08-31make the code friendly with LP64 machines.itojun
2000-06-14Import the IPsec crypto code from netbsd-cryptosrc-intl.thorpej