Searched defs:addRngEntropy (Results 1 – 10 of 10) sorted by relevance
93 Return<ErrorCode> addRngEntropy(const hidl_vec<uint8_t>& data) override { in addRngEntropy() function
253 ScopedAStatus AndroidKeyMintDevice::addRngEntropy(const vector<uint8_t>& data) { in addRngEntropy() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice
273 Return<ErrorCode> AndroidKeymaster3Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::ng::AndroidKeymaster3Device
312 Return<ErrorCode> AndroidKeymaster4Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::V4_0::ng::AndroidKeymaster4Device
102 ScopedAStatus TrustyKeyMintDevice::addRngEntropy(const vector<uint8_t>& data) { in addRngEntropy() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
223 Return<ErrorCode> TrustyKeymaster3Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::TrustyKeymaster3Device
173 fn addRngEntropy(&self, data: &[u8]) -> binder::Result<()> { in addRngEntropy() function
87 fn addRngEntropy(&self, data: &[u8]) -> binder::Result<()> { in addRngEntropy() method
338 Return<ErrorCode> TrustyKeymaster4Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::V4_0::TrustyKeymaster4Device
435 ScopedAStatus KeyMintDevice::addRngEntropy(const std::vector<uint8_t>& in_data) { in addRngEntropy() function in KeyMintDevice