Searched refs:random (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_random_source.cpp | 29 uint8_t* random, size_t requested_length) const { in GenerateRandom() argument 45 memcpy(random, generated->buffer, sizeof(generated->buffer)); in GenerateRandom() 46 random = (uint8_t*) random + sizeof(generated->buffer); in GenerateRandom() 59 memcpy(random, generated->buffer, requested_length); in GenerateRandom()
|
D | soft_gatekeeper.h | 80 virtual void GetRandom(void* random, uint32_t requested_length) const { in GetRandom() argument 81 if (random == NULL) return; in GetRandom() 82 RAND_pseudo_bytes((uint8_t*)random, requested_length); in GetRandom()
|
D | tpm_gatekeeper.cpp | 86 void TpmGatekeeper::GetRandom(void* random, uint32_t requested_size) const { in GetRandom() argument 87 auto random_uint8 = reinterpret_cast<uint8_t*>(random); in GetRandom()
|
D | tpm_gatekeeper.h | 52 void GetRandom(void* random, uint32_t requested_size) const override;
|
/device/google/cuttlefish/host/frontend/webrtc_operator/ |
D | client_handler.cpp | 36 std::uniform_int_distribution<int> random{ in RandomClientSecret() local 38 std::generate_n(ret.begin(), len, [&]() { return chars[random(e)]; }); in RandomClientSecret()
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 1275 // The seed value for a simple multiplicative congruential pseudo-random 1280 // account for the number of bytes needed to encode the random number and a 8380 // The current value of the random number sequence used in tests. 8595 // * This is not crash ID or trace ID. It is just a random 64-bit number
|
/device/google/atv/products/lowram_boot_profiles/ |
D | boot-image-profile.txt | 50821 HSPLjava/lang/Math;->random()D
|