Searched refs:KeyAuthentication (Results  1 – 5 of 5) sorted by relevance
| /system/vold/ | 
| D | KeyStorage.h | 30 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);
  | 
| D | KeyUtil.h | 60                            const KeyAuthentication& key_authentication, const KeyGeneration& gen,
  | 
| D | KeyStorage.cpp | 49 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()
  | 
| D | FsCrypt.cpp | 220                                         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()
  | 
| D | KeyUtil.cpp | 289                            const KeyAuthentication& key_authentication, const KeyGeneration& gen,  in retrieveOrGenerateKey()
  |