Home
last modified time | relevance | path

Searched refs:retrieveKey (Results 1 – 6 of 6) sorted by relevance

/system/vold/
DKeyUtil.cpp153 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()
DKeyUtil.h35 bool retrieveKey(bool create_if_absent, const std::string& key_path, const std::string& tmp_path,
DKeyStorage.h64 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key,
DMetadataCrypt.cpp141 if (!android::vold::retrieveKey(create_if_absent, dir, temp, key, needs_cp)) return false; in read_key()
DFsCrypt.cpp192 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()
DKeyStorage.cpp512 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key, in retrieveKey() function