Home
last modified time | relevance | path

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

/aosp12/system/keymaster/include/keymaster/contexts/
H A Dkeymaster2_passthrough_context.h98 keymaster_error_t AddRngEntropy(const uint8_t* buf, size_t length) const override;
H A Dkeymaster1_passthrough_context.h104 keymaster_error_t AddRngEntropy(const uint8_t* buf, size_t length) const override;
H A Dsoft_keymaster_context.h79 keymaster_error_t AddRngEntropy(const uint8_t* buf, size_t length) const override;
H A Dpure_soft_keymaster_context.h73 keymaster_error_t AddRngEntropy(const uint8_t* buf, size_t length) const override;
/aosp12/system/core/trusty/keymaster/include/trusty_keymaster/
H A DTrustyKeymaster.h42 void AddRngEntropy(const AddEntropyRequest& request, AddEntropyResponse* response);
/aosp12/system/keymaster/include/keymaster/
H A Dkeymaster_context.h144 virtual keymaster_error_t AddRngEntropy(const uint8_t* buf, size_t length) const = 0;
H A Dandroid_keymaster.h73 void AddRngEntropy(const AddEntropyRequest& request, AddEntropyResponse* response);
/aosp12/system/keymaster/contexts/
H A Dkeymaster2_passthrough_context.cpp120 keymaster_error_t Keymaster2PassthroughContext::AddRngEntropy(const uint8_t* buf, in AddRngEntropy() function in keymaster::Keymaster2PassthroughContext
H A Dkeymaster1_passthrough_context.cpp205 keymaster_error_t Keymaster1PassthroughContext::AddRngEntropy(const uint8_t* buf, in AddRngEntropy() function in keymaster::Keymaster1PassthroughContext
H A Dsoft_keymaster_context.cpp330 keymaster_error_t SoftKeymasterContext::AddRngEntropy(const uint8_t* buf, size_t length) const { in AddRngEntropy() function in keymaster::SoftKeymasterContext
H A Dpure_soft_keymaster_context.cpp323 keymaster_error_t PureSoftKeymasterContext::AddRngEntropy(const uint8_t* buf, size_t length) const { in AddRngEntropy() function in keymaster::PureSoftKeymasterContext
H A Dsoft_keymaster_device.cpp592 impl_->AddRngEntropy(request, &response); in add_rng_entropy()
/aosp12/system/core/trusty/keymaster/
H A DTrustyKeymaster.cpp145 void TrustyKeymaster::AddRngEntropy(const AddEntropyRequest& request, in AddRngEntropy() function in keymaster::TrustyKeymaster
/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp301 void AndroidKeymaster::AddRngEntropy(const AddEntropyRequest& request, in AddRngEntropy() function in keymaster::AndroidKeymaster
303 response->error = context_->AddRngEntropy(request.random_data.peek_read(), in AddRngEntropy()
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintDevice.cpp113 impl_->AddRngEntropy(request, &response); in addRngEntropy()
/aosp12/system/keymaster/ng/
H A DAndroidKeyMintDevice.cpp247 impl_->AddRngEntropy(request, &response); in addRngEntropy()
H A DAndroidKeymaster3Device.cpp272 impl_->AddRngEntropy(request, &response); in addRngEntropy()
H A DAndroidKeymaster4Device.cpp311 impl_->AddRngEntropy(request, &response); in addRngEntropy()
/aosp12/system/core/trusty/keymaster/3.0/
H A DTrustyKeymaster3Device.cpp228 impl_->AddRngEntropy(request, &response); in addRngEntropy()
/aosp12/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp343 impl_->AddRngEntropy(request, &response); in addRngEntropy()