Home
last modified time | relevance | path

Searched refs:newKey (Results 1 – 4 of 4) sorted by relevance

/system/vold/
DKeymaster.cpp177 std::string* newKey) { in upgradeKey() argument
183 if (newKey) in upgradeKey()
184 newKey->assign(reinterpret_cast<const char*>(&upgradedKeyBlob[0]), in upgradeKey()
DKeyStorage.cpp247 std::string newKey; in begin() local
248 if (!keymaster.upgradeKey(kmKey, keyParams, &newKey)) return KeymasterOperation(); in begin()
250 if (!writeStringToFile(newKey, newKeyPath)) return KeymasterOperation(); in begin()
264 kmKey = newKey; in begin()
DKeymaster.h123 std::string* newKey);
/system/netd/server/
DTrafficController.cpp324 UidTagValue newKey = {.uid = (uint32_t)uid, .tag = tag}; in tagSocket() local
374 res = mCookieTagMap.writeValue(sock_cookie, newKey, BPF_ANY); in tagSocket()