Searched refs:retrieveKey (Results 1 – 4 of 4) sorted by relevance
/system/vold/ |
D | KeyStorage.h | 64 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key,
|
D | FsCrypt.cpp | 72 using android::vold::retrieveKey; 197 if (retrieveKey(ce_key_path, auth, ce_key)) { in read_and_fixate_user_ce_key() 398 if (!retrieveKey(key_path, kEmptyAuthentication, &de_key)) return false; in load_all_de_keys() 685 if (retrieveKey(ce_key_current_path, retrieve_auth, &ce_key)) { in fscrypt_rewrap_user_key() 690 } else if (retrieveKey(ce_key_current_path, kEmptyAuthentication, &ce_key)) { in fscrypt_rewrap_user_key()
|
D | KeyUtil.cpp | 398 if (!retrieveKey(key_path, key_authentication, key, keepOld)) return false; in retrieveOrGenerateKey()
|
D | KeyStorage.cpp | 543 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key, in retrieveKey() function
|