Deleted Added
full compact
sk.h (55009) sk.h (62587)
1/* $FreeBSD: head/sys/crypto/des/sk.h 62587 2000-07-04 16:35:15Z itojun $ */
2/* $KAME: sk.h,v 1.3 2000/03/27 04:36:34 sumikawa Exp $ */
3
1/* crypto/des/sk.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/sk.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/sk.h 55009 1999-12-22 19:13:38Z shin $
48 */
49
50static const DES_LONG des_skb[8][64]={
51{
52/* for C bits (numbered as per FIPS 46) 1 2 3 4 5 6 */
530x00000000L,0x00000010L,0x20000000L,0x20000010L,
540x00010000L,0x00010010L,0x20010000L,0x20010010L,
550x00000800L,0x00000810L,0x20000800L,0x20000810L,

--- 140 unchanged lines hidden ---
49 */
50
51static const DES_LONG des_skb[8][64]={
52{
53/* for C bits (numbered as per FIPS 46) 1 2 3 4 5 6 */
540x00000000L,0x00000010L,0x20000000L,0x20000010L,
550x00010000L,0x00010010L,0x20010000L,0x20010010L,
560x00000800L,0x00000810L,0x20000800L,0x20000810L,

--- 140 unchanged lines hidden ---