Home
last modified time | relevance | path

Searched refs:addRngEntropy (Results 1 – 14 of 14) sorted by relevance

/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeymaster3Device.h48 Return<ErrorCode> addRngEntropy(const hidl_vec<uint8_t>& data) override;
/system/security/keystore/
Dlegacy_keymaster_device_wrapper.h51 Return<ErrorCode> addRngEntropy(const hidl_vec<uint8_t>& data) override;
Dkeymaster_worker.cpp385 rc = KS_HANDLE_HIDL_ERROR(dev, dev->addRngEntropy(entropy)); in begin()
678 rc = KS_HANDLE_HIDL_ERROR(op->device, op->device->addRngEntropy(entropy)); in finish()
735 void KeymasterWorker::addRngEntropy(hidl_vec<uint8_t> data, addRngEntropy_cb _hidl_cb) { in addRngEntropy() function in keystore::KeymasterWorker
736 addRequest(&Keymaster::addRngEntropy, std::move(_hidl_cb), std::move(data)); in addRngEntropy()
756 KS_HANDLE_HIDL_ERROR(keymasterDevice_, keymasterDevice_->addRngEntropy(entropy)); in generateKey()
Dkey_store_service.h87 addRngEntropy(const ::android::sp<::android::security::keystore::IKeystoreResponseCallback>& cb,
Dkeymaster_worker.h245 void addRngEntropy(hidl_vec<uint8_t> data, addRngEntropy_cb _hidl_cb);
Dlegacy_keymaster_device_wrapper.cpp211 Return<ErrorCode> LegacyKeymasterDeviceWrapper::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in android::keystore::LegacyKeymasterDeviceWrapper
Dkeystore_client_impl.cpp193 keystore_->addRngEntropy(promise, blob2hidlVec(entropy), flags, &error_code); in addRandomNumberGeneratorEntropy()
Dkey_store_service.cpp632 Status KeyStoreService::addRngEntropy( in addRngEntropy() function in keystore::KeyStoreService
641 device->addRngEntropy(entropy, [device, cb](Return<ErrorCode> rc) { in addRngEntropy()
/system/keymaster/ng/include/
DAndroidKeymaster3Device.h63 Return<ErrorCode> addRngEntropy(const hidl_vec<uint8_t>& data) override;
DAndroidKeymaster4Device.h62 Return<ErrorCode> addRngEntropy(const hidl_vec<uint8_t>& data) override;
/system/security/keystore/binder/android/security/keystore/
DIKeystoreService.aidl49 int addRngEntropy(IKeystoreResponseCallback cb, in byte[] data, int flags); in addRngEntropy() method
/system/core/trusty/keymaster/3.0/
DTrustyKeymaster3Device.cpp222 Return<ErrorCode> TrustyKeymaster3Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::TrustyKeymaster3Device
/system/keymaster/ng/
DAndroidKeymaster3Device.cpp265 Return<ErrorCode> AndroidKeymaster3Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::ng::AndroidKeymaster3Device
DAndroidKeymaster4Device.cpp295 Return<ErrorCode> AndroidKeymaster4Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::V4_0::ng::AndroidKeymaster4Device