Home
last modified time | relevance | path

Searched defs:random (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/secure_env/
Dtpm_random_source.cpp29 uint8_t* random, size_t requested_length) const { in GenerateRandom()
Dsoft_gatekeeper.h80 virtual void GetRandom(void* random, uint32_t requested_length) const { in GetRandom()
Dtpm_gatekeeper.cpp86 void TpmGatekeeper::GetRandom(void* random, uint32_t requested_size) const { in GetRandom()
/device/google/cuttlefish/host/frontend/webrtc_operator/
Dclient_handler.cpp36 std::uniform_int_distribution<int> random{ in RandomClientSecret() local