Home
last modified time | relevance | path

Searched refs:key_authentication (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DKeyUtil.cpp147 bool retrieveAndInstallKey(bool create_if_absent, const KeyAuthentication& key_authentication, in retrieveAndInstallKey() argument
153 if (!retrieveKey(key_path, key_authentication, &key)) return false; in retrieveAndInstallKey()
161 if (!storeKeyAtomically(key_path, tmp_path, key_authentication, key)) return false; in retrieveAndInstallKey()
DKeyUtil.h32 bool retrieveAndInstallKey(bool create_if_absent, const KeyAuthentication& key_authentication,