HomeSort by relevance Sort by last modified time
    Searched refs:GetRandom (Results 1 - 25 of 47) sorted by null

1 2

  /system/bt/service/test/
parcelable_unittest.cc 88 UUID uuid = UUID::GetRandom();
118 UUID uuid = UUID::GetRandom();
124 UUID mask = UUID::GetRandom();
149 Descriptor s = Descriptor(0x0000, UUID::GetRandom(),
151 Descriptor s2 = Descriptor(0xFFFE, UUID::GetRandom(),
153 Descriptor s3 = Descriptor(0x003D, UUID::GetRandom(),
171 Characteristic c = Characteristic(0x0004, UUID::GetRandom(), 0, 0,
172 {Descriptor(0x0005, UUID::GetRandom(), 0),
173 Descriptor(0x0007, UUID::GetRandom(), 0),
174 Descriptor(0x00A1, UUID::GetRandom(), 0)})
    [all...]
gatt_client_unittest.cc 101 UUID uuid0 = UUID::GetRandom();
118 UUID uuid1 = UUID::GetRandom();
125 UUID uuid2 = UUID::GetRandom();
  /prebuilts/go/darwin-x86/src/internal/syscall/unix/
getrandom_linux_386.go 7 // Linux getrandom system call number.
8 // See GetRandom in getrandom_linux.go.
getrandom_linux_amd64.go 7 // Linux getrandom system call number.
8 // See GetRandom in getrandom_linux.go.
getrandom_linux_arm.go 7 // Linux getrandom system call number.
8 // See GetRandom in getrandom_linux.go.
getrandom_linux_mips64x.go 9 // Linux getrandom system call number.
10 // See GetRandom in getrandom_linux.go.
getrandom_linux_mipsx.go 9 // Linux getrandom system call number.
10 // See GetRandom in getrandom_linux.go.
getrandom_linux_ppc64x.go 9 // Linux getrandom system call number.
10 // See GetRandom in getrandom_linux.go.
getrandom_linux_s390x.go 7 // Linux getrandom system call number.
8 // See GetRandom in getrandom_linux.go.
getrandom_linux.go 15 // GetRandomFlag is a flag supported by the getrandom system call.
26 // GetRandom calls the Linux getrandom system call.
28 func GetRandom(p []byte, flags GetRandomFlag) (n int, err error) {
getrandom_linux_generic.go 9 // Linux getrandom system call number.
10 // See GetRandom in getrandom_linux.go.
  /prebuilts/go/linux-x86/src/internal/syscall/unix/
getrandom_linux_386.go 7 // Linux getrandom system call number.
8 // See GetRandom in getrandom_linux.go.
getrandom_linux_amd64.go 7 // Linux getrandom system call number.
8 // See GetRandom in getrandom_linux.go.
getrandom_linux_arm.go 7 // Linux getrandom system call number.
8 // See GetRandom in getrandom_linux.go.
getrandom_linux_mips64x.go 9 // Linux getrandom system call number.
10 // See GetRandom in getrandom_linux.go.
getrandom_linux_mipsx.go 9 // Linux getrandom system call number.
10 // See GetRandom in getrandom_linux.go.
getrandom_linux_ppc64x.go 9 // Linux getrandom system call number.
10 // See GetRandom in getrandom_linux.go.
getrandom_linux_s390x.go 7 // Linux getrandom system call number.
8 // See GetRandom in getrandom_linux.go.
getrandom_linux.go 15 // GetRandomFlag is a flag supported by the getrandom system call.
26 // GetRandom calls the Linux getrandom system call.
28 func GetRandom(p []byte, flags GetRandomFlag) (n int, err error) {
getrandom_linux_generic.go 9 // Linux getrandom system call number.
10 // See GetRandom in getrandom_linux.go.
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand_linux.go 28 n, err := unix.GetRandom(buf[:], unix.GRND_NONBLOCK)
37 n, err := unix.GetRandom(p, 0)
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_linux.go 28 n, err := unix.GetRandom(buf[:], unix.GRND_NONBLOCK)
37 n, err := unix.GetRandom(p, 0)
  /system/tpm/attestation/common/
mock_crypto_utility.cc 41 ON_CALL(*this, GetRandom(_, _)).WillByDefault(Invoke(FakeRandom));
crypto_utility.h 32 virtual bool GetRandom(size_t num_bytes, std::string* random_data) const = 0;
  /system/bt/service/common/bluetooth/
uuid.h 39 static UUID GetRandom();

Completed in 264 milliseconds

1 2