summaryrefslogtreecommitdiff
path: root/security/pfe/pfk_ice.h
diff options
context:
space:
mode:
authorAndrey Markovytch <andreym@codeaurora.org>2015-07-08 11:24:29 +0300
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 21:24:07 -0700
commit8928f8683bcd0236f5653963deee3bc225fb2206 (patch)
treed41d250d59f85899ad1778344b3ee3be75054eac /security/pfe/pfk_ice.h
parent584531e72e48d4ef1403eaac82fa85be2135f5c7 (diff)
PFK: fixed issue where key in TZ was not set properly
When key is set in ICE via TZ, HLOS should send two parts, SALT and the KEY itself according to AES standards. KEY was used for both parts. Change-Id: I453dea289b01bdf49352d5209255966052f5dc1b Signed-off-by: Andrey Markovytch <andreym@codeaurora.org>
Diffstat (limited to 'security/pfe/pfk_ice.h')
-rw-r--r--security/pfe/pfk_ice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pfe/pfk_ice.h b/security/pfe/pfk_ice.h
index b1a5c4c807a3..1d6339a575be 100644
--- a/security/pfe/pfk_ice.h
+++ b/security/pfe/pfk_ice.h
@@ -26,7 +26,7 @@
int pfk_ice_init(void);
int pfk_ice_deinit(void);
-int qti_pfk_ice_set_key(uint32_t index, uint8_t *key);
+int qti_pfk_ice_set_key(uint32_t index, uint8_t *key, uint8_t *salt);
int qti_pfk_ice_invalidate_key(uint32_t index);