Sign in
flutter
/
third_party
/
openssl
/
dfebac32c0a1611a42f1629b3dc50d31f8113396
/
.
/
crypto
/
rijndael
/
rijndael.h
blob: 8287ca67c1a3d965a9ae19ce64aa295f83bc32ec [
file
]
#include
"openssl/rd_fst.h"
#define
RIJNDAEL_MAX_IV
16
typedef
struct
{
word8 keySched
[
RIJNDAEL_MAXROUNDS
+
1
][
4
][
4
];
int
rounds
;
word8 iv
[
RIJNDAEL_MAX_IV
];
int
enc
;
}
RIJNDAEL_KEY
;