Searched refs:retrieveKey (Results 1 – 6 of 6) sorted by relevance
/system/vold/ |
D | KeyUtil.cpp | 153 if (!retrieveKey(key_path, key_authentication, &key)) return false; in retrieveAndInstallKey() 171 bool retrieveKey(bool create_if_absent, const std::string& key_path, const std::string& tmp_path, in retrieveKey() function 175 if (!retrieveKey(key_path, kEmptyAuthentication, key, keepOld)) return false; in retrieveKey()
|
D | KeyUtil.h | 35 bool retrieveKey(bool create_if_absent, const std::string& key_path, const std::string& tmp_path,
|
D | KeyStorage.h | 64 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key,
|
D | MetadataCrypt.cpp | 141 if (!android::vold::retrieveKey(create_if_absent, dir, temp, key, needs_cp)) return false; in read_key()
|
D | FsCrypt.cpp | 192 if (android::vold::retrieveKey(ce_key_path, auth, ce_key)) { in read_and_fixate_user_ce_key() 326 if (!android::vold::retrieveKey(key_path, kEmptyAuthentication, &key)) return false; in load_all_de_keys()
|
D | KeyStorage.cpp | 512 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key, in retrieveKey() function
|