Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DKeyStorage.h42 bool readSecdiscardable(const std::string& path, std::string* hash);
H A DKeyStorage.cpp207 bool readSecdiscardable(const std::string& filename, std::string* hash) { in readSecdiscardable() function
630 if (!readSecdiscardable(dir + "/" + kFn_secdiscardable, &secdiscardable_hash)) return false; in retrieveKey()
H A DFsCrypt.cpp651 if (!android::vold::readSecdiscardable(secdiscardable_path, &secdiscardable_hash)) in read_or_create_volkey()