HomeSort by: relevance | last modified time | path
    Searched refs:getentropy (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libXdmcp/dist/
configure.ac 72 # need/use getentropy.
82 AC_CHECK_FUNCS([srand48 lrand48 arc4random_buf getentropy])
Key.c 59 /* Solaris 11.3.0 - 11.4.15 only define getentropy() in <sys/random.h> */
82 /* weak emulation of arc4random through the getentropy libc call */
83 ret = getentropy (auth, len);
  /xsrc/external/mit/libICE/dist/src/
iceauth.c 92 ret = getentropy (auth, len);

Completed in 7 milliseconds