Lines Matching defs:dir
210 static bool CommitUpgradedKey(Keystore& keystore, const std::string& dir) { in CommitUpgradedKey()
241 for (auto& dir : key_dirs_to_commit) { in DeferredCommitKeys() local
250 static bool IsKeyCommitPending(const std::string& dir) { in IsKeyCommitPending()
260 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()
569 static bool storeKey(const std::string& dir, const KeyAuthentication& auth, const KeyBuffer& key) { in storeKey()
623 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key) { in retrieveKey()
673 static bool recursiveDeleteKey(const std::string& dir) { in recursiveDeleteKey()
681 bool destroyKey(const std::string& dir) { in destroyKey()