Lines Matching defs:dir
211 static bool CommitUpgradedKey(Keystore& keystore, const std::string& dir) { in CommitUpgradedKey()
241 for (auto& dir : key_dirs_to_commit) { in DeferredCommitKeystoreKeys() local
251 static bool IsKeyCommitPending(const std::string& dir) { in IsKeyCommitPending()
261 static void ScheduleKeyCommit(const std::string& dir) { in ScheduleKeyCommit()
265 static void CancelPendingKeyCommit(const std::string& dir) { in CancelPendingKeyCommit()
321 static KeystoreOperation BeginKeystoreOp(Keystore& keystore, const std::string& dir, in BeginKeystoreOp()
370 static bool encryptWithKeystoreKey(Keystore& keystore, const std::string& dir, in encryptWithKeystoreKey()
396 static bool decryptWithKeystoreKey(Keystore& keystore, const std::string& dir, in decryptWithKeystoreKey()
544 static bool storeKey(const std::string& dir, const KeyAuthentication& auth, const KeyBuffer& key) { in storeKey()
597 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key) { in retrieveKey()
644 static bool recursiveDeleteKey(const std::string& dir) { in recursiveDeleteKey()
652 bool destroyKey(const std::string& dir) { in destroyKey()