xref: /onnv-gate/usr/src/common/openssl/crypto/bf/bftest.c (revision 2139:6243c3338933)
10Sstevel@tonic-gate /* crypto/bf/bftest.c */
20Sstevel@tonic-gate /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
30Sstevel@tonic-gate  * All rights reserved.
40Sstevel@tonic-gate  *
50Sstevel@tonic-gate  * This package is an SSL implementation written
60Sstevel@tonic-gate  * by Eric Young (eay@cryptsoft.com).
70Sstevel@tonic-gate  * The implementation was written so as to conform with Netscapes SSL.
80Sstevel@tonic-gate  *
90Sstevel@tonic-gate  * This library is free for commercial and non-commercial use as long as
100Sstevel@tonic-gate  * the following conditions are aheared to.  The following conditions
110Sstevel@tonic-gate  * apply to all code found in this distribution, be it the RC4, RSA,
120Sstevel@tonic-gate  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
130Sstevel@tonic-gate  * included with this distribution is covered by the same copyright terms
140Sstevel@tonic-gate  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
150Sstevel@tonic-gate  *
160Sstevel@tonic-gate  * Copyright remains Eric Young's, and as such any Copyright notices in
170Sstevel@tonic-gate  * the code are not to be removed.
180Sstevel@tonic-gate  * If this package is used in a product, Eric Young should be given attribution
190Sstevel@tonic-gate  * as the author of the parts of the library used.
200Sstevel@tonic-gate  * This can be in the form of a textual message at program startup or
210Sstevel@tonic-gate  * in documentation (online or textual) provided with the package.
220Sstevel@tonic-gate  *
230Sstevel@tonic-gate  * Redistribution and use in source and binary forms, with or without
240Sstevel@tonic-gate  * modification, are permitted provided that the following conditions
250Sstevel@tonic-gate  * are met:
260Sstevel@tonic-gate  * 1. Redistributions of source code must retain the copyright
270Sstevel@tonic-gate  *    notice, this list of conditions and the following disclaimer.
280Sstevel@tonic-gate  * 2. Redistributions in binary form must reproduce the above copyright
290Sstevel@tonic-gate  *    notice, this list of conditions and the following disclaimer in the
300Sstevel@tonic-gate  *    documentation and/or other materials provided with the distribution.
310Sstevel@tonic-gate  * 3. All advertising materials mentioning features or use of this software
320Sstevel@tonic-gate  *    must display the following acknowledgement:
330Sstevel@tonic-gate  *    "This product includes cryptographic software written by
340Sstevel@tonic-gate  *     Eric Young (eay@cryptsoft.com)"
350Sstevel@tonic-gate  *    The word 'cryptographic' can be left out if the rouines from the library
360Sstevel@tonic-gate  *    being used are not cryptographic related :-).
370Sstevel@tonic-gate  * 4. If you include any Windows specific code (or a derivative thereof) from
380Sstevel@tonic-gate  *    the apps directory (application code) you must include an acknowledgement:
390Sstevel@tonic-gate  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
400Sstevel@tonic-gate  *
410Sstevel@tonic-gate  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
420Sstevel@tonic-gate  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
430Sstevel@tonic-gate  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
440Sstevel@tonic-gate  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
450Sstevel@tonic-gate  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
460Sstevel@tonic-gate  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
470Sstevel@tonic-gate  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
480Sstevel@tonic-gate  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
490Sstevel@tonic-gate  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
500Sstevel@tonic-gate  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
510Sstevel@tonic-gate  * SUCH DAMAGE.
520Sstevel@tonic-gate  *
530Sstevel@tonic-gate  * The licence and distribution terms for any publically available version or
540Sstevel@tonic-gate  * derivative of this code cannot be changed.  i.e. this code cannot simply be
550Sstevel@tonic-gate  * copied and put under another distribution licence
560Sstevel@tonic-gate  * [including the GNU Public Licence.]
570Sstevel@tonic-gate  */
580Sstevel@tonic-gate 
590Sstevel@tonic-gate /* This has been a quickly hacked 'ideatest.c'.  When I add tests for other
600Sstevel@tonic-gate  * RC2 modes, more of the code will be uncommented. */
610Sstevel@tonic-gate 
620Sstevel@tonic-gate #include <stdio.h>
630Sstevel@tonic-gate #include <string.h>
640Sstevel@tonic-gate #include <stdlib.h>
65*2139Sjp161948 #include <openssl/opensslconf.h> /* To see if OPENSSL_NO_BF is defined */
660Sstevel@tonic-gate 
670Sstevel@tonic-gate #include "../e_os.h"
680Sstevel@tonic-gate 
690Sstevel@tonic-gate #ifdef OPENSSL_NO_BF
main(int argc,char * argv[])700Sstevel@tonic-gate int main(int argc, char *argv[])
710Sstevel@tonic-gate {
720Sstevel@tonic-gate     printf("No BF support\n");
730Sstevel@tonic-gate     return(0);
740Sstevel@tonic-gate }
750Sstevel@tonic-gate #else
760Sstevel@tonic-gate #include <openssl/blowfish.h>
770Sstevel@tonic-gate 
780Sstevel@tonic-gate #ifdef CHARSET_EBCDIC
790Sstevel@tonic-gate #include <openssl/ebcdic.h>
800Sstevel@tonic-gate #endif
810Sstevel@tonic-gate 
820Sstevel@tonic-gate static char *bf_key[2]={
830Sstevel@tonic-gate 	"abcdefghijklmnopqrstuvwxyz",
840Sstevel@tonic-gate 	"Who is John Galt?"
850Sstevel@tonic-gate 	};
860Sstevel@tonic-gate 
870Sstevel@tonic-gate /* big endian */
880Sstevel@tonic-gate static BF_LONG bf_plain[2][2]={
890Sstevel@tonic-gate 	{0x424c4f57L,0x46495348L},
900Sstevel@tonic-gate 	{0xfedcba98L,0x76543210L}
910Sstevel@tonic-gate 	};
920Sstevel@tonic-gate 
930Sstevel@tonic-gate static BF_LONG bf_cipher[2][2]={
940Sstevel@tonic-gate 	{0x324ed0feL,0xf413a203L},
950Sstevel@tonic-gate 	{0xcc91732bL,0x8022f684L}
960Sstevel@tonic-gate 	};
970Sstevel@tonic-gate /************/
980Sstevel@tonic-gate 
990Sstevel@tonic-gate /* Lets use the DES test vectors :-) */
1000Sstevel@tonic-gate #define NUM_TESTS 34
1010Sstevel@tonic-gate static unsigned char ecb_data[NUM_TESTS][8]={
1020Sstevel@tonic-gate 	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
1030Sstevel@tonic-gate 	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
1040Sstevel@tonic-gate 	{0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
1050Sstevel@tonic-gate 	{0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11},
1060Sstevel@tonic-gate 	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
1070Sstevel@tonic-gate 	{0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11},
1080Sstevel@tonic-gate 	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
1090Sstevel@tonic-gate 	{0xFE,0xDC,0xBA,0x98,0x76,0x54,0x32,0x10},
1100Sstevel@tonic-gate 	{0x7C,0xA1,0x10,0x45,0x4A,0x1A,0x6E,0x57},
1110Sstevel@tonic-gate 	{0x01,0x31,0xD9,0x61,0x9D,0xC1,0x37,0x6E},
1120Sstevel@tonic-gate 	{0x07,0xA1,0x13,0x3E,0x4A,0x0B,0x26,0x86},
1130Sstevel@tonic-gate 	{0x38,0x49,0x67,0x4C,0x26,0x02,0x31,0x9E},
1140Sstevel@tonic-gate 	{0x04,0xB9,0x15,0xBA,0x43,0xFE,0xB5,0xB6},
1150Sstevel@tonic-gate 	{0x01,0x13,0xB9,0x70,0xFD,0x34,0xF2,0xCE},
1160Sstevel@tonic-gate 	{0x01,0x70,0xF1,0x75,0x46,0x8F,0xB5,0xE6},
1170Sstevel@tonic-gate 	{0x43,0x29,0x7F,0xAD,0x38,0xE3,0x73,0xFE},
1180Sstevel@tonic-gate 	{0x07,0xA7,0x13,0x70,0x45,0xDA,0x2A,0x16},
1190Sstevel@tonic-gate 	{0x04,0x68,0x91,0x04,0xC2,0xFD,0x3B,0x2F},
1200Sstevel@tonic-gate 	{0x37,0xD0,0x6B,0xB5,0x16,0xCB,0x75,0x46},
1210Sstevel@tonic-gate 	{0x1F,0x08,0x26,0x0D,0x1A,0xC2,0x46,0x5E},
1220Sstevel@tonic-gate 	{0x58,0x40,0x23,0x64,0x1A,0xBA,0x61,0x76},
1230Sstevel@tonic-gate 	{0x02,0x58,0x16,0x16,0x46,0x29,0xB0,0x07},
1240Sstevel@tonic-gate 	{0x49,0x79,0x3E,0xBC,0x79,0xB3,0x25,0x8F},
1250Sstevel@tonic-gate 	{0x4F,0xB0,0x5E,0x15,0x15,0xAB,0x73,0xA7},
1260Sstevel@tonic-gate 	{0x49,0xE9,0x5D,0x6D,0x4C,0xA2,0x29,0xBF},
1270Sstevel@tonic-gate 	{0x01,0x83,0x10,0xDC,0x40,0x9B,0x26,0xD6},
1280Sstevel@tonic-gate 	{0x1C,0x58,0x7F,0x1C,0x13,0x92,0x4F,0xEF},
1290Sstevel@tonic-gate 	{0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01},
1300Sstevel@tonic-gate 	{0x1F,0x1F,0x1F,0x1F,0x0E,0x0E,0x0E,0x0E},
1310Sstevel@tonic-gate 	{0xE0,0xFE,0xE0,0xFE,0xF1,0xFE,0xF1,0xFE},
1320Sstevel@tonic-gate 	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
1330Sstevel@tonic-gate 	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
1340Sstevel@tonic-gate 	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
1350Sstevel@tonic-gate 	{0xFE,0xDC,0xBA,0x98,0x76,0x54,0x32,0x10}};
1360Sstevel@tonic-gate 
1370Sstevel@tonic-gate static unsigned char plain_data[NUM_TESTS][8]={
1380Sstevel@tonic-gate 	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
1390Sstevel@tonic-gate 	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
1400Sstevel@tonic-gate 	{0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x01},
1410Sstevel@tonic-gate 	{0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11},
1420Sstevel@tonic-gate 	{0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11},
1430Sstevel@tonic-gate 	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
1440Sstevel@tonic-gate 	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
1450Sstevel@tonic-gate 	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
1460Sstevel@tonic-gate 	{0x01,0xA1,0xD6,0xD0,0x39,0x77,0x67,0x42},
1470Sstevel@tonic-gate 	{0x5C,0xD5,0x4C,0xA8,0x3D,0xEF,0x57,0xDA},
1480Sstevel@tonic-gate 	{0x02,0x48,0xD4,0x38,0x06,0xF6,0x71,0x72},
1490Sstevel@tonic-gate 	{0x51,0x45,0x4B,0x58,0x2D,0xDF,0x44,0x0A},
1500Sstevel@tonic-gate 	{0x42,0xFD,0x44,0x30,0x59,0x57,0x7F,0xA2},
1510Sstevel@tonic-gate 	{0x05,0x9B,0x5E,0x08,0x51,0xCF,0x14,0x3A},
1520Sstevel@tonic-gate 	{0x07,0x56,0xD8,0xE0,0x77,0x47,0x61,0xD2},
1530Sstevel@tonic-gate 	{0x76,0x25,0x14,0xB8,0x29,0xBF,0x48,0x6A},
1540Sstevel@tonic-gate 	{0x3B,0xDD,0x11,0x90,0x49,0x37,0x28,0x02},
1550Sstevel@tonic-gate 	{0x26,0x95,0x5F,0x68,0x35,0xAF,0x60,0x9A},
1560Sstevel@tonic-gate 	{0x16,0x4D,0x5E,0x40,0x4F,0x27,0x52,0x32},
1570Sstevel@tonic-gate 	{0x6B,0x05,0x6E,0x18,0x75,0x9F,0x5C,0xCA},
1580Sstevel@tonic-gate 	{0x00,0x4B,0xD6,0xEF,0x09,0x17,0x60,0x62},
1590Sstevel@tonic-gate 	{0x48,0x0D,0x39,0x00,0x6E,0xE7,0x62,0xF2},
1600Sstevel@tonic-gate 	{0x43,0x75,0x40,0xC8,0x69,0x8F,0x3C,0xFA},
1610Sstevel@tonic-gate 	{0x07,0x2D,0x43,0xA0,0x77,0x07,0x52,0x92},
1620Sstevel@tonic-gate 	{0x02,0xFE,0x55,0x77,0x81,0x17,0xF1,0x2A},
1630Sstevel@tonic-gate 	{0x1D,0x9D,0x5C,0x50,0x18,0xF7,0x28,0xC2},
1640Sstevel@tonic-gate 	{0x30,0x55,0x32,0x28,0x6D,0x6F,0x29,0x5A},
1650Sstevel@tonic-gate 	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
1660Sstevel@tonic-gate 	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
1670Sstevel@tonic-gate 	{0x01,0x23,0x45,0x67,0x89,0xAB,0xCD,0xEF},
1680Sstevel@tonic-gate 	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF},
1690Sstevel@tonic-gate 	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
1700Sstevel@tonic-gate 	{0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
1710Sstevel@tonic-gate 	{0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}};
1720Sstevel@tonic-gate 
1730Sstevel@tonic-gate static unsigned char cipher_data[NUM_TESTS][8]={
1740Sstevel@tonic-gate 	{0x4E,0xF9,0x97,0x45,0x61,0x98,0xDD,0x78},
1750Sstevel@tonic-gate 	{0x51,0x86,0x6F,0xD5,0xB8,0x5E,0xCB,0x8A},
1760Sstevel@tonic-gate 	{0x7D,0x85,0x6F,0x9A,0x61,0x30,0x63,0xF2},
1770Sstevel@tonic-gate 	{0x24,0x66,0xDD,0x87,0x8B,0x96,0x3C,0x9D},
1780Sstevel@tonic-gate 	{0x61,0xF9,0xC3,0x80,0x22,0x81,0xB0,0x96},
1790Sstevel@tonic-gate 	{0x7D,0x0C,0xC6,0x30,0xAF,0xDA,0x1E,0xC7},
1800Sstevel@tonic-gate 	{0x4E,0xF9,0x97,0x45,0x61,0x98,0xDD,0x78},
1810Sstevel@tonic-gate 	{0x0A,0xCE,0xAB,0x0F,0xC6,0xA0,0xA2,0x8D},
1820Sstevel@tonic-gate 	{0x59,0xC6,0x82,0x45,0xEB,0x05,0x28,0x2B},
1830Sstevel@tonic-gate 	{0xB1,0xB8,0xCC,0x0B,0x25,0x0F,0x09,0xA0},
1840Sstevel@tonic-gate 	{0x17,0x30,0xE5,0x77,0x8B,0xEA,0x1D,0xA4},
1850Sstevel@tonic-gate 	{0xA2,0x5E,0x78,0x56,0xCF,0x26,0x51,0xEB},
1860Sstevel@tonic-gate 	{0x35,0x38,0x82,0xB1,0x09,0xCE,0x8F,0x1A},
1870Sstevel@tonic-gate 	{0x48,0xF4,0xD0,0x88,0x4C,0x37,0x99,0x18},
1880Sstevel@tonic-gate 	{0x43,0x21,0x93,0xB7,0x89,0x51,0xFC,0x98},
1890Sstevel@tonic-gate 	{0x13,0xF0,0x41,0x54,0xD6,0x9D,0x1A,0xE5},
1900Sstevel@tonic-gate 	{0x2E,0xED,0xDA,0x93,0xFF,0xD3,0x9C,0x79},
1910Sstevel@tonic-gate 	{0xD8,0x87,0xE0,0x39,0x3C,0x2D,0xA6,0xE3},
1920Sstevel@tonic-gate 	{0x5F,0x99,0xD0,0x4F,0x5B,0x16,0x39,0x69},
1930Sstevel@tonic-gate 	{0x4A,0x05,0x7A,0x3B,0x24,0xD3,0x97,0x7B},
1940Sstevel@tonic-gate 	{0x45,0x20,0x31,0xC1,0xE4,0xFA,0xDA,0x8E},
1950Sstevel@tonic-gate 	{0x75,0x55,0xAE,0x39,0xF5,0x9B,0x87,0xBD},
1960Sstevel@tonic-gate 	{0x53,0xC5,0x5F,0x9C,0xB4,0x9F,0xC0,0x19},
1970Sstevel@tonic-gate 	{0x7A,0x8E,0x7B,0xFA,0x93,0x7E,0x89,0xA3},
1980Sstevel@tonic-gate 	{0xCF,0x9C,0x5D,0x7A,0x49,0x86,0xAD,0xB5},
1990Sstevel@tonic-gate 	{0xD1,0xAB,0xB2,0x90,0x65,0x8B,0xC7,0x78},
2000Sstevel@tonic-gate 	{0x55,0xCB,0x37,0x74,0xD1,0x3E,0xF2,0x01},
2010Sstevel@tonic-gate 	{0xFA,0x34,0xEC,0x48,0x47,0xB2,0x68,0xB2},
2020Sstevel@tonic-gate 	{0xA7,0x90,0x79,0x51,0x08,0xEA,0x3C,0xAE},
2030Sstevel@tonic-gate 	{0xC3,0x9E,0x07,0x2D,0x9F,0xAC,0x63,0x1D},
2040Sstevel@tonic-gate 	{0x01,0x49,0x33,0xE0,0xCD,0xAF,0xF6,0xE4},
2050Sstevel@tonic-gate 	{0xF2,0x1E,0x9A,0x77,0xB7,0x1C,0x49,0xBC},
2060Sstevel@tonic-gate 	{0x24,0x59,0x46,0x88,0x57,0x54,0x36,0x9A},
2070Sstevel@tonic-gate 	{0x6B,0x5C,0x5A,0x9C,0x5D,0x9E,0x0A,0x5A},
2080Sstevel@tonic-gate 	};
2090Sstevel@tonic-gate 
2100Sstevel@tonic-gate static unsigned char cbc_key [16]={
2110Sstevel@tonic-gate 	0x01,0x23,0x45,0x67,0x89,0xab,0xcd,0xef,
2120Sstevel@tonic-gate 	0xf0,0xe1,0xd2,0xc3,0xb4,0xa5,0x96,0x87};
2130Sstevel@tonic-gate static unsigned char cbc_iv [8]={0xfe,0xdc,0xba,0x98,0x76,0x54,0x32,0x10};
2140Sstevel@tonic-gate static char cbc_data[40]="7654321 Now is the time for ";
2150Sstevel@tonic-gate static unsigned char cbc_ok[32]={
2160Sstevel@tonic-gate 	0x6B,0x77,0xB4,0xD6,0x30,0x06,0xDE,0xE6,
2170Sstevel@tonic-gate 	0x05,0xB1,0x56,0xE2,0x74,0x03,0x97,0x93,
2180Sstevel@tonic-gate 	0x58,0xDE,0xB9,0xE7,0x15,0x46,0x16,0xD9,
2190Sstevel@tonic-gate 	0x59,0xF1,0x65,0x2B,0xD5,0xFF,0x92,0xCC};
2200Sstevel@tonic-gate 
2210Sstevel@tonic-gate static unsigned char cfb64_ok[]={
2220Sstevel@tonic-gate 	0xE7,0x32,0x14,0xA2,0x82,0x21,0x39,0xCA,
2230Sstevel@tonic-gate 	0xF2,0x6E,0xCF,0x6D,0x2E,0xB9,0xE7,0x6E,
2240Sstevel@tonic-gate 	0x3D,0xA3,0xDE,0x04,0xD1,0x51,0x72,0x00,
2250Sstevel@tonic-gate 	0x51,0x9D,0x57,0xA6,0xC3};
2260Sstevel@tonic-gate 
2270Sstevel@tonic-gate static unsigned char ofb64_ok[]={
2280Sstevel@tonic-gate 	0xE7,0x32,0x14,0xA2,0x82,0x21,0x39,0xCA,
2290Sstevel@tonic-gate 	0x62,0xB3,0x43,0xCC,0x5B,0x65,0x58,0x73,
2300Sstevel@tonic-gate 	0x10,0xDD,0x90,0x8D,0x0C,0x24,0x1B,0x22,
2310Sstevel@tonic-gate 	0x63,0xC2,0xCF,0x80,0xDA};
2320Sstevel@tonic-gate 
2330Sstevel@tonic-gate #define KEY_TEST_NUM	25
2340Sstevel@tonic-gate static unsigned char key_test[KEY_TEST_NUM]={
2350Sstevel@tonic-gate 	0xf0,0xe1,0xd2,0xc3,0xb4,0xa5,0x96,0x87,
2360Sstevel@tonic-gate 	0x78,0x69,0x5a,0x4b,0x3c,0x2d,0x1e,0x0f,
2370Sstevel@tonic-gate 	0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77,
2380Sstevel@tonic-gate 	0x88};
2390Sstevel@tonic-gate 
2400Sstevel@tonic-gate static unsigned char key_data[8]=
2410Sstevel@tonic-gate 	{0xFE,0xDC,0xBA,0x98,0x76,0x54,0x32,0x10};
2420Sstevel@tonic-gate 
2430Sstevel@tonic-gate static unsigned char key_out[KEY_TEST_NUM][8]={
2440Sstevel@tonic-gate 	{0xF9,0xAD,0x59,0x7C,0x49,0xDB,0x00,0x5E},
2450Sstevel@tonic-gate 	{0xE9,0x1D,0x21,0xC1,0xD9,0x61,0xA6,0xD6},
2460Sstevel@tonic-gate 	{0xE9,0xC2,0xB7,0x0A,0x1B,0xC6,0x5C,0xF3},
2470Sstevel@tonic-gate 	{0xBE,0x1E,0x63,0x94,0x08,0x64,0x0F,0x05},
2480Sstevel@tonic-gate 	{0xB3,0x9E,0x44,0x48,0x1B,0xDB,0x1E,0x6E},
2490Sstevel@tonic-gate 	{0x94,0x57,0xAA,0x83,0xB1,0x92,0x8C,0x0D},
2500Sstevel@tonic-gate 	{0x8B,0xB7,0x70,0x32,0xF9,0x60,0x62,0x9D},
2510Sstevel@tonic-gate 	{0xE8,0x7A,0x24,0x4E,0x2C,0xC8,0x5E,0x82},
2520Sstevel@tonic-gate 	{0x15,0x75,0x0E,0x7A,0x4F,0x4E,0xC5,0x77},
2530Sstevel@tonic-gate 	{0x12,0x2B,0xA7,0x0B,0x3A,0xB6,0x4A,0xE0},
2540Sstevel@tonic-gate 	{0x3A,0x83,0x3C,0x9A,0xFF,0xC5,0x37,0xF6},
2550Sstevel@tonic-gate 	{0x94,0x09,0xDA,0x87,0xA9,0x0F,0x6B,0xF2},
2560Sstevel@tonic-gate 	{0x88,0x4F,0x80,0x62,0x50,0x60,0xB8,0xB4},
2570Sstevel@tonic-gate 	{0x1F,0x85,0x03,0x1C,0x19,0xE1,0x19,0x68},
2580Sstevel@tonic-gate 	{0x79,0xD9,0x37,0x3A,0x71,0x4C,0xA3,0x4F},
2590Sstevel@tonic-gate 	{0x93,0x14,0x28,0x87,0xEE,0x3B,0xE1,0x5C},
2600Sstevel@tonic-gate 	{0x03,0x42,0x9E,0x83,0x8C,0xE2,0xD1,0x4B},
2610Sstevel@tonic-gate 	{0xA4,0x29,0x9E,0x27,0x46,0x9F,0xF6,0x7B},
2620Sstevel@tonic-gate 	{0xAF,0xD5,0xAE,0xD1,0xC1,0xBC,0x96,0xA8},
2630Sstevel@tonic-gate 	{0x10,0x85,0x1C,0x0E,0x38,0x58,0xDA,0x9F},
2640Sstevel@tonic-gate 	{0xE6,0xF5,0x1E,0xD7,0x9B,0x9D,0xB2,0x1F},
2650Sstevel@tonic-gate 	{0x64,0xA6,0xE1,0x4A,0xFD,0x36,0xB4,0x6F},
2660Sstevel@tonic-gate 	{0x80,0xC7,0xD7,0xD4,0x5A,0x54,0x79,0xAD},
2670Sstevel@tonic-gate 	{0x05,0x04,0x4B,0x62,0xFA,0x52,0xD0,0x80},
2680Sstevel@tonic-gate 	};
2690Sstevel@tonic-gate 
2700Sstevel@tonic-gate static int test(void );
2710Sstevel@tonic-gate static int print_test_data(void );
main(int argc,char * argv[])2720Sstevel@tonic-gate int main(int argc, char *argv[])
2730Sstevel@tonic-gate 	{
2740Sstevel@tonic-gate 	int ret;
2750Sstevel@tonic-gate 
2760Sstevel@tonic-gate 	if (argc > 1)
2770Sstevel@tonic-gate 		ret=print_test_data();
2780Sstevel@tonic-gate 	else
2790Sstevel@tonic-gate 		ret=test();
2800Sstevel@tonic-gate 
281*2139Sjp161948 #ifdef OPENSSL_SYS_NETWARE
282*2139Sjp161948     if (ret) printf("ERROR: %d\n", ret);
283*2139Sjp161948 #endif
2840Sstevel@tonic-gate 	EXIT(ret);
2850Sstevel@tonic-gate 	return(0);
2860Sstevel@tonic-gate 	}
2870Sstevel@tonic-gate 
print_test_data(void)2880Sstevel@tonic-gate static int print_test_data(void)
2890Sstevel@tonic-gate 	{
2900Sstevel@tonic-gate 	unsigned int i,j;
2910Sstevel@tonic-gate 
2920Sstevel@tonic-gate 	printf("ecb test data\n");
2930Sstevel@tonic-gate 	printf("key bytes\t\tclear bytes\t\tcipher bytes\n");
2940Sstevel@tonic-gate 	for (i=0; i<NUM_TESTS; i++)
2950Sstevel@tonic-gate 		{
2960Sstevel@tonic-gate 		for (j=0; j<8; j++)
2970Sstevel@tonic-gate 			printf("%02X",ecb_data[i][j]);
2980Sstevel@tonic-gate 		printf("\t");
2990Sstevel@tonic-gate 		for (j=0; j<8; j++)
3000Sstevel@tonic-gate 			printf("%02X",plain_data[i][j]);
3010Sstevel@tonic-gate 		printf("\t");
3020Sstevel@tonic-gate 		for (j=0; j<8; j++)
3030Sstevel@tonic-gate 			printf("%02X",cipher_data[i][j]);
3040Sstevel@tonic-gate 		printf("\n");
3050Sstevel@tonic-gate 		}
3060Sstevel@tonic-gate 
3070Sstevel@tonic-gate 	printf("set_key test data\n");
3080Sstevel@tonic-gate 	printf("data[8]= ");
3090Sstevel@tonic-gate 	for (j=0; j<8; j++)
3100Sstevel@tonic-gate 		printf("%02X",key_data[j]);
3110Sstevel@tonic-gate 	printf("\n");
3120Sstevel@tonic-gate 	for (i=0; i<KEY_TEST_NUM-1; i++)
3130Sstevel@tonic-gate 		{
3140Sstevel@tonic-gate 		printf("c=");
3150Sstevel@tonic-gate 		for (j=0; j<8; j++)
3160Sstevel@tonic-gate 			printf("%02X",key_out[i][j]);
3170Sstevel@tonic-gate 		printf(" k[%2u]=",i+1);
3180Sstevel@tonic-gate 		for (j=0; j<i+1; j++)
3190Sstevel@tonic-gate 			printf("%02X",key_test[j]);
3200Sstevel@tonic-gate 		printf("\n");
3210Sstevel@tonic-gate 		}
3220Sstevel@tonic-gate 
3230Sstevel@tonic-gate 	printf("\nchaining mode test data\n");
3240Sstevel@tonic-gate 	printf("key[16]   = ");
3250Sstevel@tonic-gate 	for (j=0; j<16; j++)
3260Sstevel@tonic-gate 		printf("%02X",cbc_key[j]);
3270Sstevel@tonic-gate 	printf("\niv[8]     = ");
3280Sstevel@tonic-gate 	for (j=0; j<8; j++)
3290Sstevel@tonic-gate 		printf("%02X",cbc_iv[j]);
3300Sstevel@tonic-gate 	printf("\ndata[%d]  = '%s'",(int)strlen(cbc_data)+1,cbc_data);
3310Sstevel@tonic-gate 	printf("\ndata[%d]  = ",(int)strlen(cbc_data)+1);
3320Sstevel@tonic-gate 	for (j=0; j<strlen(cbc_data)+1; j++)
3330Sstevel@tonic-gate 		printf("%02X",cbc_data[j]);
3340Sstevel@tonic-gate 	printf("\n");
3350Sstevel@tonic-gate 	printf("cbc cipher text\n");
3360Sstevel@tonic-gate 	printf("cipher[%d]= ",32);
3370Sstevel@tonic-gate 	for (j=0; j<32; j++)
3380Sstevel@tonic-gate 		printf("%02X",cbc_ok[j]);
3390Sstevel@tonic-gate 	printf("\n");
3400Sstevel@tonic-gate 
3410Sstevel@tonic-gate 	printf("cfb64 cipher text\n");
3420Sstevel@tonic-gate 	printf("cipher[%d]= ",(int)strlen(cbc_data)+1);
3430Sstevel@tonic-gate 	for (j=0; j<strlen(cbc_data)+1; j++)
3440Sstevel@tonic-gate 		printf("%02X",cfb64_ok[j]);
3450Sstevel@tonic-gate 	printf("\n");
3460Sstevel@tonic-gate 
3470Sstevel@tonic-gate 	printf("ofb64 cipher text\n");
3480Sstevel@tonic-gate 	printf("cipher[%d]= ",(int)strlen(cbc_data)+1);
3490Sstevel@tonic-gate 	for (j=0; j<strlen(cbc_data)+1; j++)
3500Sstevel@tonic-gate 		printf("%02X",ofb64_ok[j]);
3510Sstevel@tonic-gate 	printf("\n");
3520Sstevel@tonic-gate 	return(0);
3530Sstevel@tonic-gate 	}
3540Sstevel@tonic-gate 
test(void)3550Sstevel@tonic-gate static int test(void)
3560Sstevel@tonic-gate 	{
3570Sstevel@tonic-gate 	unsigned char cbc_in[40],cbc_out[40],iv[8];
3580Sstevel@tonic-gate 	int i,n,err=0;
3590Sstevel@tonic-gate 	BF_KEY key;
3600Sstevel@tonic-gate 	BF_LONG data[2];
3610Sstevel@tonic-gate 	unsigned char out[8];
3620Sstevel@tonic-gate 	BF_LONG len;
3630Sstevel@tonic-gate 
3640Sstevel@tonic-gate #ifdef CHARSET_EBCDIC
3650Sstevel@tonic-gate 	ebcdic2ascii(cbc_data, cbc_data, strlen(cbc_data));
3660Sstevel@tonic-gate #endif
3670Sstevel@tonic-gate 
3680Sstevel@tonic-gate 	printf("testing blowfish in raw ecb mode\n");
3690Sstevel@tonic-gate 	for (n=0; n<2; n++)
3700Sstevel@tonic-gate 		{
3710Sstevel@tonic-gate #ifdef CHARSET_EBCDIC
3720Sstevel@tonic-gate 		ebcdic2ascii(bf_key[n], bf_key[n], strlen(bf_key[n]));
3730Sstevel@tonic-gate #endif
3740Sstevel@tonic-gate 		BF_set_key(&key,strlen(bf_key[n]),(unsigned char *)bf_key[n]);
3750Sstevel@tonic-gate 
3760Sstevel@tonic-gate 		data[0]=bf_plain[n][0];
3770Sstevel@tonic-gate 		data[1]=bf_plain[n][1];
3780Sstevel@tonic-gate 		BF_encrypt(data,&key);
3790Sstevel@tonic-gate 		if (memcmp(&(bf_cipher[n][0]),&(data[0]),8) != 0)
3800Sstevel@tonic-gate 			{
3810Sstevel@tonic-gate 			printf("BF_encrypt error encrypting\n");
3820Sstevel@tonic-gate 			printf("got     :");
3830Sstevel@tonic-gate 			for (i=0; i<2; i++)
3840Sstevel@tonic-gate 				printf("%08lX ",(unsigned long)data[i]);
3850Sstevel@tonic-gate 			printf("\n");
3860Sstevel@tonic-gate 			printf("expected:");
3870Sstevel@tonic-gate 			for (i=0; i<2; i++)
3880Sstevel@tonic-gate 				printf("%08lX ",(unsigned long)bf_cipher[n][i]);
3890Sstevel@tonic-gate 			err=1;
3900Sstevel@tonic-gate 			printf("\n");
3910Sstevel@tonic-gate 			}
3920Sstevel@tonic-gate 
3930Sstevel@tonic-gate 		BF_decrypt(&(data[0]),&key);
3940Sstevel@tonic-gate 		if (memcmp(&(bf_plain[n][0]),&(data[0]),8) != 0)
3950Sstevel@tonic-gate 			{
3960Sstevel@tonic-gate 			printf("BF_encrypt error decrypting\n");
3970Sstevel@tonic-gate 			printf("got     :");
3980Sstevel@tonic-gate 			for (i=0; i<2; i++)
3990Sstevel@tonic-gate 				printf("%08lX ",(unsigned long)data[i]);
4000Sstevel@tonic-gate 			printf("\n");
4010Sstevel@tonic-gate 			printf("expected:");
4020Sstevel@tonic-gate 			for (i=0; i<2; i++)
4030Sstevel@tonic-gate 				printf("%08lX ",(unsigned long)bf_plain[n][i]);
4040Sstevel@tonic-gate 			printf("\n");
4050Sstevel@tonic-gate 			err=1;
4060Sstevel@tonic-gate 			}
4070Sstevel@tonic-gate 		}
4080Sstevel@tonic-gate 
4090Sstevel@tonic-gate 	printf("testing blowfish in ecb mode\n");
4100Sstevel@tonic-gate 
4110Sstevel@tonic-gate 	for (n=0; n<NUM_TESTS; n++)
4120Sstevel@tonic-gate 		{
4130Sstevel@tonic-gate 		BF_set_key(&key,8,ecb_data[n]);
4140Sstevel@tonic-gate 
4150Sstevel@tonic-gate 		BF_ecb_encrypt(&(plain_data[n][0]),out,&key,BF_ENCRYPT);
4160Sstevel@tonic-gate 		if (memcmp(&(cipher_data[n][0]),out,8) != 0)
4170Sstevel@tonic-gate 			{
4180Sstevel@tonic-gate 			printf("BF_ecb_encrypt blowfish error encrypting\n");
4190Sstevel@tonic-gate 			printf("got     :");
4200Sstevel@tonic-gate 			for (i=0; i<8; i++)
4210Sstevel@tonic-gate 				printf("%02X ",out[i]);
4220Sstevel@tonic-gate 			printf("\n");
4230Sstevel@tonic-gate 			printf("expected:");
4240Sstevel@tonic-gate 			for (i=0; i<8; i++)
4250Sstevel@tonic-gate 				printf("%02X ",cipher_data[n][i]);
4260Sstevel@tonic-gate 			err=1;
4270Sstevel@tonic-gate 			printf("\n");
4280Sstevel@tonic-gate 			}
4290Sstevel@tonic-gate 
4300Sstevel@tonic-gate 		BF_ecb_encrypt(out,out,&key,BF_DECRYPT);
4310Sstevel@tonic-gate 		if (memcmp(&(plain_data[n][0]),out,8) != 0)
4320Sstevel@tonic-gate 			{
4330Sstevel@tonic-gate 			printf("BF_ecb_encrypt error decrypting\n");
4340Sstevel@tonic-gate 			printf("got     :");
4350Sstevel@tonic-gate 			for (i=0; i<8; i++)
4360Sstevel@tonic-gate 				printf("%02X ",out[i]);
4370Sstevel@tonic-gate 			printf("\n");
4380Sstevel@tonic-gate 			printf("expected:");
4390Sstevel@tonic-gate 			for (i=0; i<8; i++)
4400Sstevel@tonic-gate 				printf("%02X ",plain_data[n][i]);
4410Sstevel@tonic-gate 			printf("\n");
4420Sstevel@tonic-gate 			err=1;
4430Sstevel@tonic-gate 			}
4440Sstevel@tonic-gate 		}
4450Sstevel@tonic-gate 
4460Sstevel@tonic-gate 	printf("testing blowfish set_key\n");
4470Sstevel@tonic-gate 	for (n=1; n<KEY_TEST_NUM; n++)
4480Sstevel@tonic-gate 		{
4490Sstevel@tonic-gate 		BF_set_key(&key,n,key_test);
4500Sstevel@tonic-gate 		BF_ecb_encrypt(key_data,out,&key,BF_ENCRYPT);
4510Sstevel@tonic-gate 		/* mips-sgi-irix6.5-gcc  vv  -mabi=64 bug workaround */
4520Sstevel@tonic-gate 		if (memcmp(out,&(key_out[i=n-1][0]),8) != 0)
4530Sstevel@tonic-gate 			{
4540Sstevel@tonic-gate 			printf("blowfish setkey error\n");
4550Sstevel@tonic-gate 			err=1;
4560Sstevel@tonic-gate 			}
4570Sstevel@tonic-gate 		}
4580Sstevel@tonic-gate 
4590Sstevel@tonic-gate 	printf("testing blowfish in cbc mode\n");
4600Sstevel@tonic-gate 	len=strlen(cbc_data)+1;
4610Sstevel@tonic-gate 
4620Sstevel@tonic-gate 	BF_set_key(&key,16,cbc_key);
4630Sstevel@tonic-gate 	memset(cbc_in,0,sizeof cbc_in);
4640Sstevel@tonic-gate 	memset(cbc_out,0,sizeof cbc_out);
4650Sstevel@tonic-gate 	memcpy(iv,cbc_iv,sizeof iv);
4660Sstevel@tonic-gate 	BF_cbc_encrypt((unsigned char *)cbc_data,cbc_out,len,
4670Sstevel@tonic-gate 		&key,iv,BF_ENCRYPT);
4680Sstevel@tonic-gate 	if (memcmp(cbc_out,cbc_ok,32) != 0)
4690Sstevel@tonic-gate 		{
4700Sstevel@tonic-gate 		err=1;
4710Sstevel@tonic-gate 		printf("BF_cbc_encrypt encrypt error\n");
4720Sstevel@tonic-gate 		for (i=0; i<32; i++) printf("0x%02X,",cbc_out[i]);
4730Sstevel@tonic-gate 		}
4740Sstevel@tonic-gate 	memcpy(iv,cbc_iv,8);
4750Sstevel@tonic-gate 	BF_cbc_encrypt(cbc_out,cbc_in,len,
4760Sstevel@tonic-gate 		&key,iv,BF_DECRYPT);
4770Sstevel@tonic-gate 	if (memcmp(cbc_in,cbc_data,strlen(cbc_data)+1) != 0)
4780Sstevel@tonic-gate 		{
4790Sstevel@tonic-gate 		printf("BF_cbc_encrypt decrypt error\n");
4800Sstevel@tonic-gate 		err=1;
4810Sstevel@tonic-gate 		}
4820Sstevel@tonic-gate 
4830Sstevel@tonic-gate 	printf("testing blowfish in cfb64 mode\n");
4840Sstevel@tonic-gate 
4850Sstevel@tonic-gate 	BF_set_key(&key,16,cbc_key);
4860Sstevel@tonic-gate 	memset(cbc_in,0,40);
4870Sstevel@tonic-gate 	memset(cbc_out,0,40);
4880Sstevel@tonic-gate 	memcpy(iv,cbc_iv,8);
4890Sstevel@tonic-gate 	n=0;
4900Sstevel@tonic-gate 	BF_cfb64_encrypt((unsigned char *)cbc_data,cbc_out,(long)13,
4910Sstevel@tonic-gate 		&key,iv,&n,BF_ENCRYPT);
4920Sstevel@tonic-gate 	BF_cfb64_encrypt((unsigned char *)&(cbc_data[13]),&(cbc_out[13]),len-13,
4930Sstevel@tonic-gate 		&key,iv,&n,BF_ENCRYPT);
4940Sstevel@tonic-gate 	if (memcmp(cbc_out,cfb64_ok,(int)len) != 0)
4950Sstevel@tonic-gate 		{
4960Sstevel@tonic-gate 		err=1;
4970Sstevel@tonic-gate 		printf("BF_cfb64_encrypt encrypt error\n");
4980Sstevel@tonic-gate 		for (i=0; i<(int)len; i++) printf("0x%02X,",cbc_out[i]);
4990Sstevel@tonic-gate 		}
5000Sstevel@tonic-gate 	n=0;
5010Sstevel@tonic-gate 	memcpy(iv,cbc_iv,8);
5020Sstevel@tonic-gate 	BF_cfb64_encrypt(cbc_out,cbc_in,17,
5030Sstevel@tonic-gate 		&key,iv,&n,BF_DECRYPT);
5040Sstevel@tonic-gate 	BF_cfb64_encrypt(&(cbc_out[17]),&(cbc_in[17]),len-17,
5050Sstevel@tonic-gate 		&key,iv,&n,BF_DECRYPT);
5060Sstevel@tonic-gate 	if (memcmp(cbc_in,cbc_data,(int)len) != 0)
5070Sstevel@tonic-gate 		{
5080Sstevel@tonic-gate 		printf("BF_cfb64_encrypt decrypt error\n");
5090Sstevel@tonic-gate 		err=1;
5100Sstevel@tonic-gate 		}
5110Sstevel@tonic-gate 
5120Sstevel@tonic-gate 	printf("testing blowfish in ofb64\n");
5130Sstevel@tonic-gate 
5140Sstevel@tonic-gate 	BF_set_key(&key,16,cbc_key);
5150Sstevel@tonic-gate 	memset(cbc_in,0,40);
5160Sstevel@tonic-gate 	memset(cbc_out,0,40);
5170Sstevel@tonic-gate 	memcpy(iv,cbc_iv,8);
5180Sstevel@tonic-gate 	n=0;
5190Sstevel@tonic-gate 	BF_ofb64_encrypt((unsigned char *)cbc_data,cbc_out,(long)13,&key,iv,&n);
5200Sstevel@tonic-gate 	BF_ofb64_encrypt((unsigned char *)&(cbc_data[13]),
5210Sstevel@tonic-gate 		&(cbc_out[13]),len-13,&key,iv,&n);
5220Sstevel@tonic-gate 	if (memcmp(cbc_out,ofb64_ok,(int)len) != 0)
5230Sstevel@tonic-gate 		{
5240Sstevel@tonic-gate 		err=1;
5250Sstevel@tonic-gate 		printf("BF_ofb64_encrypt encrypt error\n");
5260Sstevel@tonic-gate 		for (i=0; i<(int)len; i++) printf("0x%02X,",cbc_out[i]);
5270Sstevel@tonic-gate 		}
5280Sstevel@tonic-gate 	n=0;
5290Sstevel@tonic-gate 	memcpy(iv,cbc_iv,8);
5300Sstevel@tonic-gate 	BF_ofb64_encrypt(cbc_out,cbc_in,17,&key,iv,&n);
5310Sstevel@tonic-gate 	BF_ofb64_encrypt(&(cbc_out[17]),&(cbc_in[17]),len-17,&key,iv,&n);
5320Sstevel@tonic-gate 	if (memcmp(cbc_in,cbc_data,(int)len) != 0)
5330Sstevel@tonic-gate 		{
5340Sstevel@tonic-gate 		printf("BF_ofb64_encrypt decrypt error\n");
5350Sstevel@tonic-gate 		err=1;
5360Sstevel@tonic-gate 		}
5370Sstevel@tonic-gate 
5380Sstevel@tonic-gate 	return(err);
5390Sstevel@tonic-gate 	}
5400Sstevel@tonic-gate #endif
541