commit | 1c4ddea79d6585fe9334bf8ef1f743dbf7d643cd | [log] [tgz] |
---|---|---|
author | Sumukh Hallymysore Ravindra <shallymy@codeaurora.org> | Fri Mar 15 15:04:31 2019 -0700 |
committer | Sumukh Hallymysore Ravindra <shallymy@codeaurora.org> | Mon Mar 18 12:02:20 2019 -0700 |
tree | 01088aa8471390f52232c910007b787e0c1fb19a | |
parent | eaab73947fa82ca743123f5f84646699ea8be0c8 [diff] |
msm: synx: fix secure key generation They secure key generated to authenticate synx object sharing across processes is being overwitten on every export function. This results in key mismatch. Change fixes this issue by creating the key on first invocation and return the same key for all successive export calls till the synx object is destroyed. Change-Id: Id7f4c1e6b2b01749955a172de6a41640f9db26d6 Signed-off-by: Sumukh Hallymysore Ravindra <shallymy@codeaurora.org>