Home
last modified time | relevance | path

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

/system/security/keystore/
Dlegacy_keymaster_device_wrapper.h51 Return<ErrorCode> addRngEntropy(const hidl_vec<uint8_t>& data) override;
Dkey_store_service.h103 ::android::binder::Status addRngEntropy(const ::std::vector<uint8_t>& data, int32_t flags,
Dkey_store_service.cpp756 Status KeyStoreService::addRngEntropy(const ::std::vector<uint8_t>& entropy, int32_t flags, in addRngEntropy() function in keystore::KeyStoreService
764 KeyStoreServiceReturnCode(KS_HANDLE_HIDL_ERROR(device->addRngEntropy(entropy)))); in addRngEntropy()
815 rc = KS_HANDLE_HIDL_ERROR(dev->addRngEntropy(entropy)); in generateKey()
1310 result->resultCode = KS_HANDLE_HIDL_ERROR(dev->addRngEntropy(entropy)); in begin()
1523 result->resultCode = KS_HANDLE_HIDL_ERROR(op.device->addRngEntropy(entropy)); in finish()
Dlegacy_keymaster_device_wrapper.cpp207 Return<ErrorCode> LegacyKeymasterDeviceWrapper::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in android::keystore::LegacyKeymasterDeviceWrapper
Dkeystore_client_impl.cpp184 auto binder_result = keystore_->addRngEntropy(blob2hidlVec(entropy), flags, &result); in addRandomNumberGeneratorEntropy()
/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/
DIKeystoreService.aidl58 int addRngEntropy(in byte[] data, int flags); in addRngEntropy() method
/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