Searched refs:appToken (Results 1 – 5 of 5) sorted by relevance
/system/security/keystore/ |
D | operation.cpp | 30 const sp<IBinder>& appToken, in addOperation() argument 33 mMap[token] = Operation(handle, keyid, purpose, dev, std::move(characteristics), appToken); in addOperation() 37 if (mAppTokenMap.find(appToken) == mAppTokenMap.end()) { in addOperation() 38 appToken->linkToDeath(mDeathRecipient); in addOperation() 40 mAppTokenMap[appToken].push_back(token); in addOperation() 79 sp<IBinder> appToken = entry->second.appToken; in removeOperation() local 85 removeOperationTracking(token, appToken); in removeOperation() 89 void OperationMap::removeOperationTracking(const sp<IBinder>& token, const sp<IBinder>& appToken) { in removeOperationTracking() argument 90 auto appEntry = mAppTokenMap.find(appToken); in removeOperationTracking() 92 ALOGE("Entry for %p contains unmapped application token %p", token.get(), appToken.get()); in removeOperationTracking() [all …]
|
D | operation.h | 47 const android::sp<android::IBinder>& appToken, 63 getOperationsForToken(const android::sp<android::IBinder>& appToken); 68 const android::sp<android::IBinder>& appToken); 72 KeyCharacteristics&& characteristics, android::sp<android::IBinder> appToken); 78 android::sp<android::IBinder> appToken; member
|
D | key_store_service.h | 115 void begin(const sp<android::IBinder>& appToken, const android::String16& name,
|
D | key_store_service.cpp | 1005 void KeyStoreService::begin(const sp<IBinder>& appToken, const String16& name, KeyPurpose purpose, in begin() argument 1154 result->handle, keyid, purpose, dev, appToken, std::move(characteristics), pruneable); in begin() 1795 sp<IBinder> appToken(new BBinder); in doLegacySignVerify() local 1798 begin(appToken, name, purpose, true, inArgs.hidl_data(), hidl_vec<uint8_t>(), UID_SELF, in doLegacySignVerify()
|
D | IKeystoreService.cpp | 683 void begin(const sp<IBinder>& appToken, const String16& name, KeyPurpose purpose, in begin() argument 691 data.writeStrongBinder(appToken); in begin()
|