-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAPI: Fix unnecessary writes to keystore.
* A duplicate write operation to the keystore was executed by Fapi_NvWrite. * A write operation to the keystore was only needed after the first call of Fapi_NvWrite because the NV_WRITTEN bit was set. * A write operation to the keystore by Fapi_ChangeAuth was only needed if the value of the attribute with_auth was changed. Addresses: #2881 Signed-off-by: Juergen Repp <juergen_repp@web.de>
- Loading branch information
1 parent
ac930eb
commit 6c6812b
Showing
3 changed files
with
35 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters