Deleted Added
full compact
podd.h (55009) podd.h (62587)
1/* $FreeBSD: head/sys/crypto/des/podd.h 62587 2000-07-04 16:35:15Z itojun $ */
2/* $KAME: podd.h,v 1.3 2000/03/27 04:36:34 sumikawa Exp $ */
3
1/* crypto/des/podd.h */
2/* Copyright (C) 1995-1996 Eric Young (eay@mincom.oz.au)
3 * All rights reserved.
4 *
5 * This file is part of 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 * specification. This library and applications are

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

38 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
39 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
40 * SUCH DAMAGE.
41 *
42 * The licence and distribution terms for any publically available version or
43 * derivative of this code cannot be changed. i.e. this code cannot simply be
44 * copied and put under another distribution licence
45 * [including the GNU Public Licence.]
4/* crypto/des/podd.h */
5/* Copyright (C) 1995-1996 Eric Young (eay@mincom.oz.au)
6 * All rights reserved.
7 *
8 * This file is part of 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 * specification. This library and applications are

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

41 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
42 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
43 * SUCH DAMAGE.
44 *
45 * The licence and distribution terms for any publically available version or
46 * derivative of this code cannot be changed. i.e. this code cannot simply be
47 * copied and put under another distribution licence
48 * [including the GNU Public Licence.]
46 *
47 * $FreeBSD: head/sys/crypto/des/podd.h 55009 1999-12-22 19:13:38Z shin $
48 */
49
50static const unsigned char odd_parity[256]={
51 1, 1, 2, 2, 4, 4, 7, 7, 8, 8, 11, 11, 13, 13, 14, 14,
52 16, 16, 19, 19, 21, 21, 22, 22, 25, 25, 26, 26, 28, 28, 31, 31,
53 32, 32, 35, 35, 37, 37, 38, 38, 41, 41, 42, 42, 44, 44, 47, 47,
54 49, 49, 50, 50, 52, 52, 55, 55, 56, 56, 59, 59, 61, 61, 62, 62,
55 64, 64, 67, 67, 69, 69, 70, 70, 73, 73, 74, 74, 76, 76, 79, 79,
56 81, 81, 82, 82, 84, 84, 87, 87, 88, 88, 91, 91, 93, 93, 94, 94,
57 97, 97, 98, 98,100,100,103,103,104,104,107,107,109,109,110,110,
58112,112,115,115,117,117,118,118,121,121,122,122,124,124,127,127,
59128,128,131,131,133,133,134,134,137,137,138,138,140,140,143,143,
60145,145,146,146,148,148,151,151,152,152,155,155,157,157,158,158,
61161,161,162,162,164,164,167,167,168,168,171,171,173,173,174,174,
62176,176,179,179,181,181,182,182,185,185,186,186,188,188,191,191,
63193,193,194,194,196,196,199,199,200,200,203,203,205,205,206,206,
64208,208,211,211,213,213,214,214,217,217,218,218,220,220,223,223,
65224,224,227,227,229,229,230,230,233,233,234,234,236,236,239,239,
66241,241,242,242,244,244,247,247,248,248,251,251,253,253,254,254};
49 */
50
51static const unsigned char odd_parity[256]={
52 1, 1, 2, 2, 4, 4, 7, 7, 8, 8, 11, 11, 13, 13, 14, 14,
53 16, 16, 19, 19, 21, 21, 22, 22, 25, 25, 26, 26, 28, 28, 31, 31,
54 32, 32, 35, 35, 37, 37, 38, 38, 41, 41, 42, 42, 44, 44, 47, 47,
55 49, 49, 50, 50, 52, 52, 55, 55, 56, 56, 59, 59, 61, 61, 62, 62,
56 64, 64, 67, 67, 69, 69, 70, 70, 73, 73, 74, 74, 76, 76, 79, 79,
57 81, 81, 82, 82, 84, 84, 87, 87, 88, 88, 91, 91, 93, 93, 94, 94,
58 97, 97, 98, 98,100,100,103,103,104,104,107,107,109,109,110,110,
59112,112,115,115,117,117,118,118,121,121,122,122,124,124,127,127,
60128,128,131,131,133,133,134,134,137,137,138,138,140,140,143,143,
61145,145,146,146,148,148,151,151,152,152,155,155,157,157,158,158,
62161,161,162,162,164,164,167,167,168,168,171,171,173,173,174,174,
63176,176,179,179,181,181,182,182,185,185,186,186,188,188,191,191,
64193,193,194,194,196,196,199,199,200,200,203,203,205,205,206,206,
65208,208,211,211,213,213,214,214,217,217,218,218,220,220,223,223,
66224,224,227,227,229,229,230,230,233,233,234,234,236,236,239,239,
67241,241,242,242,244,244,247,247,248,248,251,251,253,253,254,254};