Home
last modified time | relevance | path

Searched refs:KeyAuthentication (Results 1 – 5 of 5) sorted by relevance

/system/vold/
DKeyStorage.h30 class KeyAuthentication {
32 KeyAuthentication(const std::string& s) : secret{s} {}; in KeyAuthentication() function
39 extern const KeyAuthentication kEmptyAuthentication;
56 const KeyAuthentication& auth, const KeyBuffer& key);
59 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key);
DKeyUtil.h60 const KeyAuthentication& key_authentication, const KeyGeneration& gen,
DKeyStorage.cpp49 const KeyAuthentication kEmptyAuthentication{""};
411 static std::string generateAppId(const KeyAuthentication& auth, in generateAppId()
544 static bool storeKey(const std::string& dir, const KeyAuthentication& auth, const KeyBuffer& key) { in storeKey()
579 const KeyAuthentication& auth, const KeyBuffer& key) { in storeKeyAtomically()
597 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key) { in retrieveKey()
DFsCrypt.cpp220 const android::vold::KeyAuthentication& auth, in read_and_fixate_user_ce_key()
731 static android::vold::KeyAuthentication authentication_from_secret( in authentication_from_secret()
737 return android::vold::KeyAuthentication(secret_str); in authentication_from_secret()
763 android::vold::KeyAuthentication auth(secdiscardable_hash); in read_or_create_volkey()
DKeyUtil.cpp289 const KeyAuthentication& key_authentication, const KeyGeneration& gen, in retrieveOrGenerateKey()