summaryrefslogtreecommitdiffstats
path: root/kernel/seppl.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/seppl.h')
-rw-r--r--kernel/seppl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/seppl.h b/kernel/seppl.h
index 273d865..282ba26 100644
--- a/kernel/seppl.h
+++ b/kernel/seppl.h
@@ -44,6 +44,9 @@ struct seppl_key {
u8 *iv;
u8 *key;
+ struct crypto_tfm *tfm_ecb; /* for encrypting iv */
+ u8 *key_ecb;
+
unsigned int ivsize;
unsigned int keysize;
unsigned int blocksize;