diff options
-rw-r--r-- | src/regress/lib/libcrypto/cast/casttest.c | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/src/regress/lib/libcrypto/cast/casttest.c b/src/regress/lib/libcrypto/cast/casttest.c index a97fd852bd..c2e2d8bcd6 100644 --- a/src/regress/lib/libcrypto/cast/casttest.c +++ b/src/regress/lib/libcrypto/cast/casttest.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: casttest.c,v 1.5 2023/08/20 22:30:55 tb Exp $ */ | 1 | /* $OpenBSD: casttest.c,v 1.6 2023/08/20 22:32:15 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -96,33 +96,6 @@ static unsigned char c_b[16] = { | |||
96 | 0x80, 0xAC, 0x05, 0xB8, 0xE8, 0x3D, 0x69, 0x6E | 96 | 0x80, 0xAC, 0x05, 0xB8, 0xE8, 0x3D, 0x69, 0x6E |
97 | }; | 97 | }; |
98 | 98 | ||
99 | #if 0 | ||
100 | char *text = "Hello to all people out there"; | ||
101 | |||
102 | static unsigned char cfb_key[16] = { | ||
103 | 0xe1, 0xf0, 0xc3, 0xd2, 0xa5, 0xb4, 0x87, 0x96, | ||
104 | 0x69, 0x78, 0x4b, 0x5a, 0x2d, 0x3c, 0x0f, 0x1e, | ||
105 | }; | ||
106 | static unsigned char cfb_iv[80] = {0x34,0x12,0x78,0x56,0xab,0x90,0xef,0xcd}; | ||
107 | static unsigned char cfb_buf1[40], cfb_buf2[40], cfb_tmp[8]; | ||
108 | #define CFB_TEST_SIZE 24 | ||
109 | static unsigned char plain[CFB_TEST_SIZE] = { | ||
110 | 0x4e, 0x6f, 0x77, 0x20, 0x69, 0x73, | ||
111 | 0x20, 0x74, 0x68, 0x65, 0x20, 0x74, | ||
112 | 0x69, 0x6d, 0x65, 0x20, 0x66, 0x6f, | ||
113 | 0x72, 0x20, 0x61, 0x6c, 0x6c, 0x20 | ||
114 | }; | ||
115 | static unsigned char cfb_cipher64[CFB_TEST_SIZE] = { | ||
116 | 0x59, 0xD8, 0xE2, 0x65, 0x00, 0x58, 0x6C, 0x3F, | ||
117 | 0x2C, 0x17, 0x25, 0xD0, 0x1A, 0x38, 0xB7, 0x2A, | ||
118 | 0x39, 0x61, 0x37, 0xDC, 0x79, 0xFB, 0x9F, 0x45 | ||
119 | |||
120 | /* 0xF9,0x78,0x32,0xB5,0x42,0x1A,0x6B,0x38, | ||
121 | 0x9A,0x44,0xD6,0x04,0x19,0x43,0xC4,0xD9, | ||
122 | 0x3D,0x1E,0xAE,0x47,0xFC,0xCF,0x29,0x0B,*/ | ||
123 | }; | ||
124 | #endif | ||
125 | |||
126 | int | 99 | int |
127 | main(int argc, char *argv[]) | 100 | main(int argc, char *argv[]) |
128 | { | 101 | { |