Lines Matching refs:appData
182 const hidl_vec<uint8_t>& appData, Blob keyBlob, in createKeyCharacteristicsCache() argument
251 dev, dev->getKeyCharacteristics(hidlKeyBlob, clientId, appData, hidlCb)); in createKeyCharacteristicsCache()
261 if (appData.size()) { in createKeyCharacteristicsCache()
262 upgradeParams.push_back(TAG_APPLICATION_DATA, appData); in createKeyCharacteristicsCache()
272 dev, dev->getKeyCharacteristics(upgradedHidlKeyBlob, clientId, appData, hidlCb)); in createKeyCharacteristicsCache()
390 hidl_vec<uint8_t> appData; in begin() local
395 appData = authorizationValue(TAG_APPLICATION_DATA, param).value(); in begin()
400 lockedEntry, clientId, appData, std::move(keyBlob), std::move(charBlob)); in begin()
884 hidl_vec<uint8_t> clientId, hidl_vec<uint8_t> appData, in getKeyCharacteristics() argument
888 CAPTURE_MOVE(appData), CAPTURE_MOVE(keyBlob), CAPTURE_MOVE(charBlob), in getKeyCharacteristics()
890 auto result = createKeyCharacteristicsCache(lockedEntry, clientId, appData, in getKeyCharacteristics()
1060 hidl_vec<uint8_t> clientId, hidl_vec<uint8_t> appData, Blob keyBlob, in exportKey() argument
1063 CAPTURE_MOVE(appData), CAPTURE_MOVE(keyBlob), CAPTURE_MOVE(charBlob), in exportKey()
1082 keymasterDevice_->exportKey(exportFormat, key, clientId, appData, hidlCb)); in exportKey()
1095 if (appData.size()) { in exportKey()
1096 upgradeParams.push_back(TAG_APPLICATION_DATA, appData); in exportKey()
1107 clientId, appData, hidlCb)); in exportKey()