Deleted Added
full compact
bf_pi.h (55009) bf_pi.h (62587)
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 $ */
3
1/* crypto/bf/bf_pi.h */
2/* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au)
3 * All rights reserved.
4 *
5 * This package is an SSL implementation written
6 * by Eric Young (eay@mincom.oz.au).
7 * The implementation was written so as to conform with Netscapes SSL.
8 *

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

49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
51 * SUCH DAMAGE.
52 *
53 * The licence and distribution terms for any publically available version or
54 * derivative of this code cannot be changed. i.e. this code cannot simply be
55 * copied and put under another distribution licence
56 * [including the GNU Public Licence.]
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.
11 *

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

52 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
53 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
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.]
57 *
58 * $FreeBSD: head/sys/crypto/blowfish/bf_pi.h 55009 1999-12-22 19:13:38Z shin $
59 */
60
61static BF_KEY bf_init= {
62 {
63 0x243f6a88L, 0x85a308d3L, 0x13198a2eL, 0x03707344L,
64 0xa4093822L, 0x299f31d0L, 0x082efa98L, 0xec4e6c89L,
65 0x452821e6L, 0x38d01377L, 0xbe5466cfL, 0x34e90c6cL,
66 0xc0ac29b7L, 0xc97c50ddL, 0x3f84d5b5L, 0xb5470917L,

--- 261 unchanged lines hidden ---
60 */
61
62static 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,

--- 261 unchanged lines hidden ---