Lines Matching refs:KeymasterWorker
86 KeymasterWorker::KeymasterWorker(sp<Keymaster> keymasterDevice, KeyStore* keyStore) in KeymasterWorker() function in keystore::KeymasterWorker
92 void KeymasterWorker::logIfKeymasterVendorError(ErrorCode ec) const { in logIfKeymasterVendorError()
96 void KeymasterWorker::deleteOldKeyOnUpgrade(const LockedKeyBlobEntry& blobfile, Blob keyBlob) { in deleteOldKeyOnUpgrade()
117 KeymasterWorker::upgradeKeyBlob(const LockedKeyBlobEntry& lockedEntry, in upgradeKeyBlob()
180 KeymasterWorker::createKeyCharacteristicsCache(const LockedKeyBlobEntry& lockedEntry, in createKeyCharacteristicsCache()
299 KeymasterWorker::getAuthToken(const KeyCharacteristics& characteristics, uint64_t handle, in getAuthToken()
339 KeyStoreServiceReturnCode KeymasterWorker::abort(const sp<IBinder>& token) { in abort()
352 bool KeymasterWorker::pruneOperation() { in pruneOperation()
373 void KeymasterWorker::begin(LockedKeyBlobEntry lockedEntry, sp<IBinder> appToken, Blob keyBlob, in begin()
552 KeymasterWorker::getOperationAuthTokenIfNeeded(std::shared_ptr<Operation> op) { in getOperationAuthTokenIfNeeded()
590 void KeymasterWorker::update(sp<IBinder> token, AuthorizationSet params, hidl_vec<uint8_t> data, in update()
666 void KeymasterWorker::finish(sp<IBinder> token, AuthorizationSet params, hidl_vec<uint8_t> input, in finish()
747 void KeymasterWorker::abort(sp<IBinder> token, abort_cb worker_cb) { in abort()
752 void KeymasterWorker::verifyAuthorization(uint64_t challenge, hidl_vec<KeyParameter> params, in verifyAuthorization()
771 void KeymasterWorker::addRngEntropy(hidl_vec<uint8_t> data, addRngEntropy_cb _hidl_cb) { in addRngEntropy()
787 void KeymasterWorker::generateKey(LockedKeyBlobEntry lockedEntry, hidl_vec<KeyParameter> keyParams, in generateKey()
879 void KeymasterWorker::generateKey(hidl_vec<KeyParameter> keyParams, generateKey2_cb worker_cb) { in generateKey()
883 void KeymasterWorker::getKeyCharacteristics(LockedKeyBlobEntry lockedEntry, in getKeyCharacteristics()
896 void KeymasterWorker::importKey(LockedKeyBlobEntry lockedEntry, hidl_vec<KeyParameter> keyParams, in importKey()
984 void KeymasterWorker::importWrappedKey(LockedKeyBlobEntry wrappingLockedEntry, in importWrappedKey()
1059 void KeymasterWorker::exportKey(LockedKeyBlobEntry lockedEntry, KeyFormat exportFormat, in exportKey()
1115 void KeymasterWorker::attestKey(hidl_vec<uint8_t> keyToAttest, hidl_vec<KeyParameter> attestParams, in attestKey()
1121 void KeymasterWorker::deleteKey(hidl_vec<uint8_t> keyBlob, deleteKey_cb _hidl_cb) { in deleteKey()
1125 void KeymasterWorker::binderDied(android::wp<IBinder> who) { in binderDied()