aboutsummaryrefslogtreecommitdiff
path: root/brillo/cryptohome.h
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/cryptohome.h')
-rw-r--r--brillo/cryptohome.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/brillo/cryptohome.h b/brillo/cryptohome.h
index 798d3a0..a9d5927 100644
--- a/brillo/cryptohome.h
+++ b/brillo/cryptohome.h
@@ -74,6 +74,9 @@ BRILLO_EXPORT void SetSystemSalt(std::string* salt);
// Returns the system salt.
BRILLO_EXPORT std::string* GetSystemSalt();
+// Ensures the system salt is loaded in the memory.
+BRILLO_EXPORT bool EnsureSystemSaltIsLoaded();
+
} // namespace home
} // namespace cryptohome
} // namespace brillo