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

1 2 3

  /external/strace/
getrandom.c 4 SYS_FUNC(getrandom)
  /external/ltp/utils/ffsb-6.0-rc2/
rand.h 51 uint32_t getrandom(randdata_t *rd, uint32_t mod);
rand.c 138 uint32_t getrandom(randdata_t * state, uint32_t mod) function
175 return (uint64_t) getrandom(state, (uint32_t) mod);
ffsb_tg.c 104 num = 1 + getrandom(rd, tg->sum_weights);
119 fsnum = getrandom(rd, tg->fc->num_filesys);
filelist.c 158 int randdir = getrandom(rd, b->numsubdirs + 1);
301 chosen = getrandom(rd, b->listsize);
  /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.go 14 // On Linux, Reader uses getrandom(2) if available, /dev/urandom otherwise.
  /prebuilts/go/linux-x86/src/crypto/rand/
rand.go 14 // On Linux, Reader uses getrandom(2) if available, /dev/urandom otherwise.

Completed in 189 milliseconds

1 2 3