diff --git a/sept/sept-secondary/KEYS_template.py b/sept/sept-secondary/KEYS_template.py index a4a0ee971..be51e754f 100644 --- a/sept/sept-secondary/KEYS_template.py +++ b/sept/sept-secondary/KEYS_template.py @@ -1,7 +1,7 @@ HOVI_ENC_KEY_PRD = '00000000000000000000000000000000'.decode('hex') HOVI_ENC_KEY_DEV = '00000000000000000000000000000000'.decode('hex') +HOVI_ENC_KEY_IV1 = '00000000000000000000000000000000'.decode('hex') HOVI_SIG_KEY_PRD = '00000000000000000000000000000000'.decode('hex') HOVI_SIG_KEY_DEV = '00000000000000000000000000000000'.decode('hex') HOVI_KEK_KEY_PRD = '00000000000000000000000000000000'.decode('hex') HOVI_KEK_KEY_DEV = '00000000000000000000000000000000'.decode('hex') -IV = '00000000000000000000000000000000'.decode('hex') \ No newline at end of file