HomeSort by: relevance | last modified time | path
    Searched defs:urandom (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/lib/libcrypto/
rnd_keys.c 27 int urandom; local
30 urandom = open("/dev/urandom", O_RDONLY);
32 if (urandom < 0)
35 if (read(urandom, key,
37 close(urandom);
40 close(urandom);
  /src/crypto/external/apache2/openssl/lib/libdes/
ornd_keys.c 27 int urandom; local
30 urandom = open("/dev/urandom", O_RDONLY);
32 if (urandom < 0)
35 if (read(urandom, key,
37 close(urandom);
40 close(urandom);
  /src/crypto/external/bsd/openssl/lib/libcrypto/
rnd_keys.c 27 int urandom; local
30 urandom = open("/dev/urandom", O_RDONLY);
32 if (urandom < 0)
35 if (read(urandom, key,
37 close(urandom);
40 close(urandom);
  /src/crypto/external/bsd/openssl/lib/libdes/
ornd_keys.c 27 int urandom; local
30 urandom = open("/dev/urandom", O_RDONLY);
32 if (urandom < 0)
35 if (read(urandom, key,
37 close(urandom);
40 close(urandom);
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/
rnd_keys.c 27 int urandom; local
30 urandom = open("/dev/urandom", O_RDONLY);
32 if (urandom < 0)
35 if (read(urandom, key,
37 close(urandom);
40 close(urandom);
  /src/crypto/external/bsd/openssl.old/lib/libdes/
ornd_keys.c 27 int urandom; local
30 urandom = open("/dev/urandom", O_RDONLY);
32 if (urandom < 0)
35 if (read(urandom, key,
37 close(urandom);
40 close(urandom);
  /src/external/lgpl3/gmp/dist/tests/
misc.c 148 FILE *fs = fopen ("/dev/urandom", "r");
419 urandom (void) function

Completed in 23 milliseconds