Searched defs:addRngEntropy (Results 1 – 8 of 8) sorted by relevance
93 Return<ErrorCode> addRngEntropy(const hidl_vec<uint8_t>& data) override { in addRngEntropy() function
102 ScopedAStatus TrustyKeyMintDevice::addRngEntropy(const vector<uint8_t>& data) { in addRngEntropy() function in aidl::android::hardware::security::keymint::trusty::TrustyKeyMintDevice
238 ScopedAStatus AndroidKeyMintDevice::addRngEntropy(const vector<uint8_t>& data) { in addRngEntropy() function in aidl::android::hardware::security::keymint::AndroidKeyMintDevice
266 Return<ErrorCode> AndroidKeymaster3Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::ng::AndroidKeymaster3Device
305 Return<ErrorCode> AndroidKeymaster4Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::V4_0::ng::AndroidKeymaster4Device
222 Return<ErrorCode> TrustyKeymaster3Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::TrustyKeymaster3Device
337 Return<ErrorCode> TrustyKeymaster4Device::addRngEntropy(const hidl_vec<uint8_t>& data) { in addRngEntropy() function in keymaster::V4_0::TrustyKeymaster4Device
426 ScopedAStatus KeyMintDevice::addRngEntropy(const std::vector<uint8_t>& in_data) { in addRngEntropy() function in KeyMintDevice