Home | History | Annotate | Download | only in blowfish
History log of /src/sys/crypto/blowfish/bf_locl.h
RevisionDateAuthorComments
 1.8  16-Apr-2022  andvar fix various typos in comments and log messages.
 1.7  15-Oct-2021  andvar fix typos in comments.
 1.6  04-Feb-2019  mrg add fallthru comments. i considered patching makefiles to ignore
these problems, but this code is dead upstream and likely will be
removed here rather than ever updated.
 1.5  30-Jun-2009  pooka branches: 1.5.64;
Apply const where necessary (XXX: where is bf_locl.org?)
 1.4  11-Dec-2005  christos branches: 1.4.74; 1.4.90;
merge ktrace-lwp.
 1.3  03-Jun-2005  martin Constify, to make it compile (at least).

XXX - I'm not sure with what args this is called, but my bet is that
there is no chance this code will work on alignment requiring archs.
 1.2  31-Aug-2000  itojun branches: 1.2.2; 1.2.26;
make the code friendly with LP64 machines.
- use u_int32_t for 32bit quantity unsigned integer type.
- s/unsigned long/BF_LONG/ (BF_LONG = u_int32_t) where appropriate.
- prototype cleanup - due to *BSD code sharing, we still are using __P().
part of PR 10918. sync with kame.
 1.1  14-Jun-2000  thorpej branches: 1.1.1;
Initial revision
 1.1.1.1  14-Jun-2000  thorpej branches: 1.1.1.1.2; 1.1.1.1.4;
Import the IPsec crypto code from netbsd-cryptosrc-intl.
 1.1.1.1.4.2  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.1.1.1.4.1  14-Jun-2000  minoura file bf_locl.h was added on branch minoura-xpg4dl on 2000-06-22 17:06:02 +0000
 1.1.1.1.2.1  31-Aug-2000  itojun pullup 1.1 -> 1.2 (for all files) - approved by releng-1-5

without the fix, blowfish encryption function panics the kernel, on LP64 arch.

>make the code friendly with LP64 machines.
>- use u_int32_t for 32bit quantity unsigned integer type.
>- s/unsigned long/BF_LONG/ (BF_LONG = u_int32_t) where appropriate.
>- prototype cleanup - due to *BSD code sharing, we still are using __P().
>part of PR 10918. sync with kame.
 1.2.26.1  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.2.2.2  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
 1.2.2.1  31-Aug-2000  bouyer file bf_locl.h was added on branch thorpej_scsipi on 2000-11-20 22:21:42 +0000
 1.4.90.1  23-Jul-2009  jym Sync with HEAD.
 1.4.74.1  18-Jul-2009  yamt sync with head.
 1.5.64.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed