HomeSort by relevance Sort by last modified time
    Searched defs:AddRngEntropy (Results 1 - 5 of 5) sorted by null

  /system/keymaster/contexts/
keymaster2_passthrough_context.cpp 117 keymaster_error_t Keymaster2PassthroughContext::AddRngEntropy(const uint8_t* buf,
keymaster1_passthrough_context.cpp 203 keymaster_error_t Keymaster1PassthroughContext::AddRngEntropy(const uint8_t* buf,
soft_keymaster_context.cpp 390 keymaster_error_t SoftKeymasterContext::AddRngEntropy(const uint8_t* buf, size_t length) const {
pure_soft_keymaster_context.cpp 216 keymaster_error_t PureSoftKeymasterContext::AddRngEntropy(const uint8_t* buf, size_t length) const {
  /system/keymaster/android_keymaster/
android_keymaster.cpp 210 void AndroidKeymaster::AddRngEntropy(const AddEntropyRequest& request,
212 response->error = context_->AddRngEntropy(request.random_data.peek_read(),

Completed in 177 milliseconds