Searched refs:retrieveKey (Results 1 – 4 of 4) sorted by relevance
/system/vold/ |
D | KeyStorage.h | 59 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key);
|
D | FsCrypt.cpp | 75 using android::vold::retrieveKey; 204 if (retrieveKey(ce_key_path, auth, ce_key)) { in read_and_fixate_user_ce_key() 405 if (!retrieveKey(key_path, kEmptyAuthentication, &de_key)) return false; in load_all_de_keys() 684 if (retrieveKey(ce_key_current_path, retrieve_auth, &ce_key)) { in fscrypt_rewrap_user_key() 689 } else if (retrieveKey(ce_key_current_path, kEmptyAuthentication, &ce_key)) { in fscrypt_rewrap_user_key()
|
D | KeyUtil.cpp | 400 if (!retrieveKey(key_path, key_authentication, key)) return false; in retrieveOrGenerateKey()
|
D | KeyStorage.cpp | 625 bool retrieveKey(const std::string& dir, const KeyAuthentication& auth, KeyBuffer* key) { in retrieveKey() function
|