commit | 351a4af7169c68385caa3f69ba801018131089ab | [log] [tgz] |
---|---|---|
author | Satya Tangirala <satyat@google.com> | Tue Jun 08 12:55:37 2021 -0700 |
committer | Eric Biggers <ebiggers@google.com> | Tue Jun 08 15:57:31 2021 -0700 |
tree | e8316a9f0bed9955cacde3a7dbf2eb0cc2c1a631 | |
parent | 0f890a93e191777f885590384c33139646ea26b8 [diff] |
Don't export storeKey(), and update comments storeKey() is no longer used outside KeyStorage.cpp, so make it a static function. Also fix the documentation for storeKey() (e.g. it's no longer safe to directly move/rename directories created by storeKey() -- one must use RenameKeyDir() instead). No functional changes. [ebiggers@ - cleaned up slightly from satyat@'s original change] Bug: 190398249 Change-Id: I85918359e77bef414dfddfe5ded30fcde6514013