Searched refs:newKey (Results 1 – 4 of 4) sorted by relevance
177 std::string* newKey) { in upgradeKey() argument183 if (newKey) in upgradeKey()184 newKey->assign(reinterpret_cast<const char*>(&upgradedKeyBlob[0]), in upgradeKey()
247 std::string newKey; in begin() local248 if (!keymaster.upgradeKey(kmKey, keyParams, &newKey)) return KeymasterOperation(); in begin()250 if (!writeStringToFile(newKey, newKeyPath)) return KeymasterOperation(); in begin()264 kmKey = newKey; in begin()
123 std::string* newKey);
324 UidTagValue newKey = {.uid = (uint32_t)uid, .tag = tag}; in tagSocket() local374 res = mCookieTagMap.writeValue(sock_cookie, newKey, BPF_ANY); in tagSocket()