Searched refs:AddRngEntropy (Results 1 - 14 of 14) sorted by relevance

/system/keymaster/include/keymaster/contexts/
H A Dkeymaster2_passthrough_context.h95 keymaster_error_t AddRngEntropy(const uint8_t* buf, size_t length) const override;
H A Dkeymaster1_passthrough_context.h102 keymaster_error_t AddRngEntropy(const uint8_t* buf, size_t length) const override;
H A Dpure_soft_keymaster_context.h67 keymaster_error_t AddRngEntropy(const uint8_t* buf, size_t length) const override;
H A Dsoft_keymaster_context.h81 keymaster_error_t AddRngEntropy(const uint8_t* buf, size_t length) const override;
/system/keymaster/include/keymaster/
H A Dkeymaster_context.h130 virtual keymaster_error_t AddRngEntropy(const uint8_t* buf, size_t length) const = 0;
H A Dandroid_keymaster.h72 void AddRngEntropy(const AddEntropyRequest& request, AddEntropyResponse* response);
/system/keymaster/contexts/
H A Dkeymaster2_passthrough_context.cpp117 keymaster_error_t Keymaster2PassthroughContext::AddRngEntropy(const uint8_t* buf, function in class:keymaster::Keymaster2PassthroughContext
H A Dkeymaster1_passthrough_context.cpp203 keymaster_error_t Keymaster1PassthroughContext::AddRngEntropy(const uint8_t* buf, function in class:keymaster::Keymaster1PassthroughContext
H A Dpure_soft_keymaster_context.cpp216 keymaster_error_t PureSoftKeymasterContext::AddRngEntropy(const uint8_t* buf, size_t length) const { function in class:keymaster::PureSoftKeymasterContext
H A Dsoft_keymaster_context.cpp390 keymaster_error_t SoftKeymasterContext::AddRngEntropy(const uint8_t* buf, size_t length) const { function in class:keymaster::SoftKeymasterContext
H A Dsoft_keymaster_device.cpp643 convert_device(dev)->impl_->AddRngEntropy(request, &response);
/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp210 void AndroidKeymaster::AddRngEntropy(const AddEntropyRequest& request, function in class:keymaster::AndroidKeymaster
212 response->error = context_->AddRngEntropy(request.random_data.peek_read(),
/system/keymaster/ng/
H A DAndroidKeymaster3Device.cpp271 impl_->AddRngEntropy(request, &response);
H A DAndroidKeymaster4Device.cpp302 impl_->AddRngEntropy(request, &response);

Completed in 135 milliseconds