Home
last modified time | relevance | path

Searched refs:requested_length (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/gatekeeper/
DSoftGateKeeper.h89 virtual void GetRandom(void *random, uint32_t requested_length) const { in GetRandom() argument
91 RAND_pseudo_bytes((uint8_t *) random, requested_length); in GetRandom()
/device/google/cuttlefish_common/guest/hals/gatekeeper/
DSoftGateKeeper.h89 virtual void GetRandom(void *random, uint32_t requested_length) const { in GetRandom() argument
91 RAND_pseudo_bytes((uint8_t *) random, requested_length); in GetRandom()