Deleted Added
full compact
rijndael-alg-fst.c (78358) rijndael-alg-fst.c (116174)
1/* $FreeBSD: head/sys/crypto/rijndael/rijndael-alg-fst.c 78358 2001-06-16 19:32:37Z ume $ */
2/* $KAME: rijndael-alg-fst.c,v 1.7 2001/05/27 00:23:23 itojun Exp $ */
3
4/*
5 * rijndael-alg-fst.c v2.3 April '2000
6 *
7 * Optimised ANSI C code
8 *
9 * authors: v1.0: Antoon Bosselaers
10 * v2.0: Vincent Rijmen
11 * v2.3: Paulo Barreto
12 *
13 * This code is placed in the public domain.
14 */
15
16#include <sys/cdefs.h>
1/* $KAME: rijndael-alg-fst.c,v 1.7 2001/05/27 00:23:23 itojun Exp $ */
2
3/*
4 * rijndael-alg-fst.c v2.3 April '2000
5 *
6 * Optimised ANSI C code
7 *
8 * authors: v1.0: Antoon Bosselaers
9 * v2.0: Vincent Rijmen
10 * v2.3: Paulo Barreto
11 *
12 * This code is placed in the public domain.
13 */
14
15#include <sys/cdefs.h>
16__FBSDID("$FreeBSD: head/sys/crypto/rijndael/rijndael-alg-fst.c 116174 2003-06-10 21:44:29Z obrien $");
17
18#include <sys/cdefs.h>
17#include <sys/types.h>
18#ifdef _KERNEL
19#include <sys/systm.h>
20#else
21#include <string.h>
22#endif
23#include <crypto/rijndael/rijndael-alg-fst.h>
24#include <crypto/rijndael/rijndael_local.h>

--- 464 unchanged lines hidden ---
19#include <sys/types.h>
20#ifdef _KERNEL
21#include <sys/systm.h>
22#else
23#include <string.h>
24#endif
25#include <crypto/rijndael/rijndael-alg-fst.h>
26#include <crypto/rijndael/rijndael_local.h>

--- 464 unchanged lines hidden ---