HomeSort by relevance Sort by last modified time
    Searched refs:rnd_seed (Results 1 - 12 of 12) sorted by null

  /external/openssl/crypto/bn/
exptest.c 72 static const char rnd_seed[] = "string to make the random number generator think it has entropy"; variable
82 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_rand may fail, and we don't
bntest.c 128 static const char rnd_seed[] = "string to make the random number generator think it has entropy"; variable
146 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_generate_prime may fail */
    [all...]
  /external/openssl/crypto/dh/
dhtest.c 94 static const char rnd_seed[] = "string to make the random number generator think it has entropy"; variable
114 RAND_seed(rnd_seed, sizeof rnd_seed);
  /external/openssl/crypto/rsa/
rsa_test.c 208 static const char rnd_seed[] = "string to make the random number generator think it has entropy"; variable
228 RAND_seed(rnd_seed, sizeof rnd_seed); /* or OAEP may fail */
  /external/openssl/crypto/dsa/
dsatest.c 133 static const char rnd_seed[] = "string to make the random number generator think it has entropy"; variable
155 RAND_seed(rnd_seed, sizeof rnd_seed);
  /external/openssl/crypto/ecdh/
ecdhtest.c 105 static const char rnd_seed[] = "string to make the random number generator think it has entropy"; variable
317 RAND_seed(rnd_seed, sizeof rnd_seed);
  /external/openssl/crypto/ecdsa/
ecdsatest.c 97 static const char rnd_seed[] = "string to make the random number generator " variable
550 RAND_seed(rnd_seed, sizeof(rnd_seed));
  /external/openssl/crypto/threads/
mttest.c 148 static const char rnd_seed[] = "string to make the random number generator think it has entropy"; variable
199 RAND_seed(rnd_seed, sizeof rnd_seed);
  /external/openssl/apps/
speed.c 274 static const char rnd_seed[] = "string to make the random number generator think it has entropy"; variable
    [all...]
testdsa.h 216 static const char rnd_seed[] = "string to make the random number generator think it has entropy"; variable
  /external/openssl/crypto/ec/
ectest.c 1447 static const char rnd_seed[] = "string to make the random number generator think it has entropy"; variable
    [all...]
  /external/openssl/ssl/
ssltest.c 308 static const char rnd_seed[] = "string to make the random number generator think it has entropy"; variable
581 RAND_seed(rnd_seed, sizeof rnd_seed);
    [all...]

Completed in 319 milliseconds