Home
last modified time | relevance | path

Searched refs:getMasterKeyFileName (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/security/keystore/
H A Duser_state.h53 std::string getMasterKeyFileName() const { return mMasterKeyEntry.getKeyBlobPath(); } in getMasterKeyFileName() function
H A Duser_state.cpp113 int in = TEMP_FAILURE_RETRY(open((*src)->getMasterKeyFileName().c_str(), O_RDONLY)); in copyMasterKeyFile()