Searched refs:appToken (Results 1 – 8 of 8) sorted by relevance
/system/security/keystore/ |
D | operation.cpp | 30 const sp<Keymaster>& dev, const sp<IBinder>& appToken, in addOperation() argument 35 std::move(characteristics), appToken, params)); in addOperation() 37 if (mAppTokenMap.find(appToken) == mAppTokenMap.end()) appToken->linkToDeath(mDeathRecipient); in addOperation() 38 mAppTokenMap[appToken].push_back(token); in addOperation() 71 removeOperationTracking(token, op->appToken); in removeOperation() 75 void OperationMap::removeOperationTracking(const sp<IBinder>& token, const sp<IBinder>& appToken) { in removeOperationTracking() argument 76 auto appEntry = mAppTokenMap.find(appToken); in removeOperationTracking() 78 ALOGE("Entry for %p contains unmapped application token %p", token.get(), appToken.get()); in removeOperationTracking() 85 appToken->unlinkToDeath(mDeathRecipient); in removeOperationTracking() 96 std::vector<sp<IBinder>> OperationMap::getOperationsForToken(const sp<IBinder>& appToken) { in getOperationsForToken() argument [all …]
|
D | operation.h | 56 const sp<Keymaster>& dev, const sp<IBinder>& appToken, 63 std::vector<sp<IBinder>> getOperationsForToken(const sp<IBinder>& appToken); 67 void removeOperationTracking(const sp<IBinder>& token, const sp<IBinder>& appToken);
|
D | operation_struct.h | 43 characteristics(characteristics_), appToken(appToken_), authToken(), verificationToken(), in Operation() 55 sp<IBinder> appToken; member
|
D | keymaster_worker.cpp | 373 void KeymasterWorker::begin(LockedKeyBlobEntry lockedEntry, sp<IBinder> appToken, Blob keyBlob, in begin() argument 378 Worker::addRequest([this, CAPTURE_MOVE(lockedEntry), CAPTURE_MOVE(appToken), in begin() 504 operationMap_.addOperation(result.handle, *keyid, purpose, dev, appToken, in begin()
|
D | key_store_service.h | 115 const ::android::sp<::android::IBinder>& appToken, const ::android::String16& alias,
|
D | keymaster_worker.h | 208 void begin(LockedKeyBlobEntry, sp<IBinder> appToken, Blob keyBlob, Blob charBlob,
|
D | key_store_service.cpp | 809 const sp<IBinder>& appToken, const String16& name, int32_t purpose, in begin() argument 844 dev->begin(std::move(lockedEntry), appToken, std::move(keyBlob), std::move(charBlob), pruneable, in begin()
|
/system/security/keystore/binder/android/security/keystore/ |
D | IKeystoreService.aidl | 67 …int begin(in IKeystoreOperationResultCallback cb, IBinder appToken, String alias, int purpose, boo… in begin() argument
|