Searched refs:AddRngEntropy (Results 1 – 9 of 9) sorted by relevance
/device/google/cuttlefish/host/commands/secure_env/ |
D | proxy_keymaster_context.h | 91 keymaster_error_t AddRngEntropy(const uint8_t* buf, in AddRngEntropy() function 93 return wrapped_.AddRngEntropy(buf, length); in AddRngEntropy()
|
D | tpm_random_source.h | 37 keymaster_error_t AddRngEntropy(const uint8_t*, size_t) const;
|
D | tpm_random_source.cpp | 67 keymaster_error_t TpmRandomSource::AddRngEntropy( in AddRngEntropy() function in cuttlefish::TpmRandomSource
|
D | tpm_keymaster_context.cpp | 269 keymaster_error_t TpmKeymasterContext::AddRngEntropy(const uint8_t* buffer, in AddRngEntropy() function in cuttlefish::TpmKeymasterContext 271 return random_source_->AddRngEntropy(buffer, size); in AddRngEntropy()
|
D | keymaster_responder.cpp | 115 keymaster_.AddRngEntropy(request, &response); in ProcessMessage()
|
D | tpm_keymaster_context.h | 90 keymaster_error_t AddRngEntropy(const uint8_t* buf,
|
/device/google/cuttlefish/guest/hals/keymint/remote/ |
D | remote_keymaster.h | 53 void AddRngEntropy(const AddEntropyRequest& request,
|
D | remote_keymaster.cpp | 215 void RemoteKeymaster::AddRngEntropy(const AddEntropyRequest& request, in AddRngEntropy() function in keymaster::RemoteKeymaster
|
D | remote_keymint_device.cpp | 219 impl_.AddRngEntropy(request, &response); in addRngEntropy()
|