Deleted Added
full compact
bf_pi.h (62587) bf_pi.h (91671)
1/* $FreeBSD: head/sys/crypto/blowfish/bf_pi.h 62587 2000-07-04 16:35:15Z itojun $ */
2/* $KAME: bf_pi.h,v 1.3 2000/03/27 04:36:26 sumikawa Exp $ */
1/* $FreeBSD: head/sys/crypto/blowfish/bf_pi.h 91671 2002-03-05 09:19:02Z ume $ */
2/* $KAME: bf_pi.h,v 1.4 2001/09/10 04:03:56 itojun Exp $ */
3
4/* crypto/bf/bf_pi.h */
5/* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
6 * All rights reserved.
7 *
8 * This package is an SSL implementation written
9 * by Eric Young (eay@mincom.oz.au).
10 * The implementation was written so as to conform with Netscapes SSL.

--- 43 unchanged lines hidden (view full) ---

54 * SUCH DAMAGE.
55 *
56 * The licence and distribution terms for any publically available version or
57 * derivative of this code cannot be changed. i.e. this code cannot simply be
58 * copied and put under another distribution licence
59 * [including the GNU Public Licence.]
60 */
61
3
4/* crypto/bf/bf_pi.h */
5/* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
6 * All rights reserved.
7 *
8 * This package is an SSL implementation written
9 * by Eric Young (eay@mincom.oz.au).
10 * The implementation was written so as to conform with Netscapes SSL.

--- 43 unchanged lines hidden (view full) ---

54 * SUCH DAMAGE.
55 *
56 * The licence and distribution terms for any publically available version or
57 * derivative of this code cannot be changed. i.e. this code cannot simply be
58 * copied and put under another distribution licence
59 * [including the GNU Public Licence.]
60 */
61
62static BF_KEY bf_init= {
62static const BF_KEY bf_init= {
63 {
64 0x243f6a88L, 0x85a308d3L, 0x13198a2eL, 0x03707344L,
65 0xa4093822L, 0x299f31d0L, 0x082efa98L, 0xec4e6c89L,
66 0x452821e6L, 0x38d01377L, 0xbe5466cfL, 0x34e90c6cL,
67 0xc0ac29b7L, 0xc97c50ddL, 0x3f84d5b5L, 0xb5470917L,
68 0x9216d5d9L, 0x8979fb1b
69 },{
70 0xd1310ba6L, 0x98dfb5acL, 0x2ffd72dbL, 0xd01adfb7L,

--- 258 unchanged lines hidden ---
63 {
64 0x243f6a88L, 0x85a308d3L, 0x13198a2eL, 0x03707344L,
65 0xa4093822L, 0x299f31d0L, 0x082efa98L, 0xec4e6c89L,
66 0x452821e6L, 0x38d01377L, 0xbe5466cfL, 0x34e90c6cL,
67 0xc0ac29b7L, 0xc97c50ddL, 0x3f84d5b5L, 0xb5470917L,
68 0x9216d5d9L, 0x8979fb1b
69 },{
70 0xd1310ba6L, 0x98dfb5acL, 0x2ffd72dbL, 0xd01adfb7L,

--- 258 unchanged lines hidden ---