Kernel crypto need binary key material, not symbolic ascii.

This commit is contained in:
Mark Murray 2001-03-10 13:02:58 +00:00
parent add3f7f3df
commit dafaee8183
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74074

View File

@ -1,4 +1,5 @@
/* $KAME: rijndael_local.h,v 1.3 2000/10/02 17:14:27 itojun Exp $ */
/* $FreeBSD$ */
/* the file should not be used from outside */
typedef u_int8_t BYTE;
@ -8,3 +9,5 @@ typedef u_int32_t word32;
#define MAXKC RIJNDAEL_MAXKC
#define MAXROUNDS RIJNDAEL_MAXROUNDS
#define BINARY_KEY_MATERIAL 1