Home | History | Annotate | Download | only in keystore

Lines Matching refs:second

56     *outHandle = entry->second.handle;
57 *outKeyid = entry->second.keyid;
58 *outPurpose = entry->second.purpose;
59 *outDevice = entry->second.device;
61 *outCharacteristics = entry->second.characteristics.get();
79 sp<IBinder> appToken = entry->second.appToken;
95 auto tokenEntry = std::find(appEntry->second.begin(), appEntry->second.end(), token);
96 appEntry->second.erase(tokenEntry);
98 if (appEntry->second.size() == 0) {
124 *outToken = entry->second.authToken.get();
133 entry->second.authToken.reset(new hw_auth_token_t);
134 *entry->second.authToken = *authToken;
141 return appEntry->second;