*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
+ * All Rights Reserved.
*
* Under U.S. law, this software may not be exported outside the US
* without license from the U.S. Commerce department.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
* $Source$
* $Author$
*
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/crc-32.h>
*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
+ * All Rights Reserved.
*
* These routines perform encryption and decryption using the DES
* private key algorithm, or else a subset of it -- fewer inner loops.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
* $Author$
*
* Copyright 1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
* $Author$
*
* Copyright 1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
* $Author$
*
* Copyright 1989, 1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include "des_int.h"
*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <stdio.h>
#include <krb5/krb5.h>
*
* Copyright 1985, 1986, 1987, 1988, 1990 by the Massachusetts Institute
* of Technology.
+ * All Rights Reserved.
*
* These routines perform encryption and decryption using the DES
* private key algorithm, or else a subset of it -- fewer inner loops.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
* $Author$
*
* Copyright 1987, 1988, 1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
* operations of the DES.
*/
-#include <krb5/copyright.h>
+#if !defined(lint) && !defined(SABER)
+static char rcsid_make_e_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
+
#include <krb5/krb5.h>
#include <stdio.h>
#include "des_int.h"
* $Author$
*
* Copyright 1988, 1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
* implementing the final permutation of the DES.
*/
-#include <krb5/copyright.h>
+#if !defined(lint) && !defined(SABER)
+static char rcsid_make_fp_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
+
#include <krb5/krb5.h>
#include <stdio.h>
#include <krb5/ext-proto.h>
* $Author$
*
* Copyright 1987, 1988,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
* permutation of the DES.
*/
-#include <krb5/copyright.h>
+#if !defined(lint) && !defined(SABER)
+static char rcsid_make_ip_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
+
#include <krb5/krb5.h>
#include <stdio.h>
#include "des_int.h"
* $Locker$
*
* Copyright 1988,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
* subscripts starting at 0.
*/
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <stdio.h>
#include "des_int.h"
#ifndef lint
static char rcsid_make_kp[]=
- "$Id$";
+"$Id$";
#endif /* lint */
char *progname;
* $Author$
*
* Copyright 1988,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see
* the file <krb5/copyright.h>.
* This routine generates an odd-parity table for use in key generation.
*/
-#include <krb5/copyright.h>
+#if !defined(lint) && !defined(SABER)
+static char rcsid_make_odd_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
+
#include <stdio.h>
void gen(stream)
* $Author$
*
* Copyright 1985, 1988,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please
* see the file <krb5/copyright.h>.
* This routine generates the P permutation code for the DES.
*/
-#include <krb5/copyright.h>
+#if !defined(lint) && !defined(SABER)
+static char rcsid_make_p_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
+
#include <krb5/krb5.h>
#include <stdio.h>
#include "des_int.h"
* $Author$
*
* Copyright 1985, 1988, 1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
*
*/
-#include <krb5/copyright.h>
+#if !defined(lint) && !defined(SABER)
+static char rcsid_make_pt_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
+
#include <krb5/krb5.h>
#include <stdio.h>
#include "des_int.h"
* $Author$
*
* Copyright 1985, 1988, 1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please
* see the file <krb5/copyright.h>.
*/
-#include <krb5/copyright.h>
+#if !defined(lint) && !defined(SABER)
+static char rcsid_make_s_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
+
+
#include <krb5/krb5.h>
#include <stdio.h>
#include "des_int.h"
* $Author$
*
* Copyright 1985, 1988, 1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please
* see the file <krb5/copyright.h>.
*/
-#include <krb5/copyright.h>
+#if !defined(lint) && !defined(SABER)
+static char rcsid_make_st_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
+
#include <krb5/krb5.h>
#include <stdio.h>
#include "des_int.h"
* $Author$
*
* Copyright 1988, 1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
* generating the intermediate source files.
*/
-#include <krb5/copyright.h>
+#if !defined(lint) && !defined(SABER)
+static char rcsid_misc_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
+
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
#include <stdio.h>
* $Author$
*
* Copyright 1988,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
#include <krb5/libos-proto.h>
* $Author$
*
* Copyright 1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
* $Author$
*
* Copyright 1988, 1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /*lint*/
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
#include <krb5/mit-des.h>
* $Source$
* $Author$
*
- * Copyright 1989 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/ext-proto.h>
#include "des_int.h"