Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dentropy.rs70 if let Err(e) = km_dev.addRngEntropy(sub_data) { in feed_devices()
Dkm_compat.rs183 fn addRngEntropy(&self, data: &[u8]) -> binder::Result<()> { in addRngEntropy() function
184 self.real.addRngEntropy(data) in addRngEntropy()
/system/keymaster/ng/include/
DAndroidKeymaster41Device.h93 Return<ErrorCode> addRngEntropy(const hidl_vec<uint8_t>& data) override { in addRngEntropy() function
94 return super::addRngEntropy(data); in addRngEntropy()
DAndroidKeyMintDevice.h43 ScopedAStatus addRngEntropy(const vector<uint8_t>& data) override;
DAndroidKeymaster3Device.h62 Return<ErrorCode> addRngEntropy(const hidl_vec<uint8_t>& data) override;
DAndroidKeymaster4Device.h65 Return<ErrorCode> addRngEntropy(const hidl_vec<uint8_t>& data) override;
/system/core/trusty/keymaster/include/trusty_keymaster/
DTrustyKeyMintDevice.h42 ScopedAStatus addRngEntropy(const vector<uint8_t>& data) override;
DTrustyKeymaster3Device.h48 Return<ErrorCode> addRngEntropy(const hidl_vec<uint8_t>& data) override;
DTrustyKeymaster4Device.h59 Return<ErrorCode> addRngEntropy(const hidl_vec<uint8_t>& data) override;
/system/keymaster/fuzzer/
Dk4_AndroidKeymaster4Device_fuzzer.cpp161 mKeymaster->addRngEntropy(dataVec); in process()
/system/security/keystore2/src/km_compat/
Dkm_compat.h104 ScopedAStatus addRngEntropy(const std::vector<uint8_t>& in_data) override;
Dlib.rs70 let result = legacy.addRngEntropy(&[42; 16]); in test_add_rng_entropy()
Dkm_compat.cpp450 ScopedAStatus KeyMintDevice::addRngEntropy(const std::vector<uint8_t>& in_data) { in addRngEntropy() function in KeyMintDevice
451 auto result = mDevice->addRngEntropy(in_data); in addRngEntropy()
/system/core/trusty/keymaster/keymint/
DTrustyKeyMintDevice.cpp102 ScopedAStatus TrustyKeyMintDevice::addRngEntropy(const vector<uint8_t>& data) { in addRngEntropy() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
/system/keymint/hal/src/
Dkeymint.rs102 fn addRngEntropy(&self, data: &[u8]) -> binder::Result<()> { in addRngEntropy() method
/system/keymaster/ng/
DAndroidKeyMintDevice.cpp253 ScopedAStatus AndroidKeyMintDevice::addRngEntropy(const vector<uint8_t>& data) { in addRngEntropy() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice
DAndroidKeymaster3Device.cpp273 Return<ErrorCode> AndroidKeymaster3Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::ng::AndroidKeymaster3Device
DAndroidKeymaster4Device.cpp312 Return<ErrorCode> AndroidKeymaster4Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::V4_0::ng::AndroidKeymaster4Device
/system/core/trusty/keymaster/3.0/
DTrustyKeymaster3Device.cpp223 Return<ErrorCode> TrustyKeymaster3Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::TrustyKeymaster3Device
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp338 Return<ErrorCode> TrustyKeymaster4Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::V4_0::TrustyKeymaster4Device