Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.h45 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, std::string* key);
DExt4Crypt.cpp259 if (android::vold::retrieveKey(ce_key_path, auth, ce_key)) { in read_and_fixate_user_ce_key()
415 if (!android::vold::retrieveKey(key_path, kEmptyAuthentication, &key)) return false; in load_all_de_keys()
437 if (!android::vold::retrieveKey(device_key_path, in e4crypt_initialize_global_de()
DKeyStorage.cpp282 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, std::string* key) { in retrieveKey() function